Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Matrox » Matrox_Modbus_ReadInputRegisters_ByteBuffer_Deprecated
![](../../img/icon/ModbusReceive.png)
Matrox_Modbus_ReadInputRegisters_ByteBuffer_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Reads the input register data table as a ByteBuffer.
Syntax
void avl::Matrox_Modbus_ReadInputRegisters_ByteBuffer_Deprecated ( Matrox_State& ioState, atl::Optional<const avl::MatroxDeviceID::Type&> inDeviceID, const atl::Optional<atl::String>& inInstanceName, int inOffset, int inCount, avl::ByteBuffer& outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Matrox_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const MatroxDeviceID::Type&> | NIL | Device identification number. | |
![]() |
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inOffset | int | 0 - 65535 | Offset from which to start reading the data in the specified data table. | |
![]() |
inCount | int | 1 - 125 | Amount of the data to read. | |
![]() |
outValues | ByteBuffer& | Received values. |