Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Matrox » Matrox_Modbus_WriteHoldingRegisters_uint16
Matrox_Modbus_WriteHoldingRegisters_uint16
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Writes the holding register data table as unsigned 16-bit integers.
Syntax
void avl::Matrox_Modbus_WriteHoldingRegisters_uint16 ( Matrox_State& ioState, atl::Optional<const avl::MatroxSystemAndDeviceIdentifier&> inDeviceID, const atl::Optional<atl::String>& inInstanceName, int inOffset, const atl::Array<int>& inValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Matrox_State& | Object used to maintain state of the function. | |||
inDeviceID | Optional<const MatroxSystemAndDeviceIdentifier&> | NIL | Device identification. | ||
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | ||
inOffset | int | 0 - 65535 | Offset to which to start writing the data in the specified data table. | ||
inValues | const Array<int>& | Values to write. |