Back to Adaptive Vision Library website

You are here: Start » Function Reference » Hilscher » Hilscher_Channel_SlotRead_SInt64_Deprecated

Hilscher_Channel_SlotRead_SInt64_Deprecated


Header:ThirdPartySdk.h
Namespace:avl

Receives generic packet that can be filled with any data through Hilscher device.

Syntax

void avl::Hilscher_Channel_SlotRead_SInt64_Deprecated
(
	avl::Hilscher_State& ioState,
	const atl::Optional<atl::String>& inBoardName,
	const int inChannelNumber,
	const int inSlot,
	atl::sint64& outData
)

Parameters

Name Type Range Default Description
ioState Hilscher_State& Object used to maintain state of the function.
inBoardName const Optional<String>& NIL
inChannelNumber const int 0 - 10
inSlot const int 0 - 1000
outData sint64&

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.