Back to FabImage Library website

You are here: Start » Function Reference » Hardware Support » Hilscher » Hilscher_Channel_IndexWrite_ByteBuffer

Hilscher_Channel_IndexWrite_ByteBuffer


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

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

Syntax

void fil::Hilscher_Channel_IndexWrite_ByteBuffer
(
	fil::Hilscher_State& ioState,
	const ftl::Optional<ftl::String>& inBoardName,
	const int inChannelNumber,
	const int inIndex,
	const fil::ByteBuffer& inData
)

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 inIndex const int 0 - 1000
Input value inData const ByteBuffer&