Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Matrox » Matrox_Modbus_WriteHoldingRegisters_ByteBuffer_Deprecated

Matrox_Modbus_WriteHoldingRegisters_ByteBuffer_Deprecated


Header: ThirdPartySdk.h
Namespace: avl

Writes the holding register data table as a ByteBuffer.

Syntax

void avl::Matrox_Modbus_WriteHoldingRegisters_ByteBuffer_Deprecated
(
	Matrox_State& ioState,
	atl::Optional<const avl::MatroxDeviceID::Type&> inDeviceID,
	const atl::Optional<atl::String>& inInstanceName,
	int inOffset,
	const avl::ByteBuffer& inValues
)

Parameters

Name Type Range Default Description
Input will be modified
ioState Matrox_State& Object used to maintain state of the function.
Input value
inDeviceID Optional<const MatroxDeviceID::Type&> NIL Device identification number.
Input value
inInstanceName const Optional<String>& NIL Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Input value
inOffset int 0 - 65535 Offset to which to start writing the data in the specified data table.
Input value
inValues const ByteBuffer& Values to write.