Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Hilscher » Hilscher_Channel_SlotRead_ByteBuffer

Hilscher_Channel_SlotRead_ByteBuffer


Header: ThirdPartySdk.h
Namespace: avl

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

Syntax

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

Parameters

Name Type Range Default Description
Input will be modified ioState Hilscher_State& Object used to maintain state of the function.
Input value inBoardName const Optional<String>& NIL
Input value inChannelNumber const int 0 - 10
Input value inSlot const int 0 - 1000
Input value inSize const int 1 -
Output value outData ByteBuffer&