Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Hilscher » Hilscher_Channel_IndexWrite_ByteBuffer
Hilscher_Channel_IndexWrite_ByteBuffer
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Sends generic packet that can be filled with any data through Hilscher device.
Syntax
void avl::Hilscher_Channel_IndexWrite_ByteBuffer ( avl::Hilscher_State& ioState, const atl::Optional<atl::String>& inBoardName, const int inChannelNumber, const int inIndex, const avl::ByteBuffer& inData )
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 | |||
inIndex | const int | 0 - 1000 | |||
inData | const ByteBuffer& |