Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Matrox » Matrox_EtherNetIP_Read_sint32_Deprecated
Matrox_EtherNetIP_Read_sint32_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Reads the assembly data as signed 32-bit integers.
Syntax
void avl::Matrox_EtherNetIP_Read_sint32_Deprecated ( Matrox_State& ioState, atl::Optional<const avl::MatroxDeviceID::Type&> inDeviceID, const atl::Optional<atl::String>& inInstanceName, avl::MatroxEtherNetIPAssembly::Type inAssembly, int inOffset, int inCount, bool inUseLittleEndian, atl::Array<int>& 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. | ||
inAssembly | MatroxEtherNetIPAssembly::Type | Consumer | Assembly in local memory from which to read the data. | ||
inOffset | int | 0 - | Offset from which to start reading the data in the specified assembly. | ||
inCount | int | 1 - | Amount of the data to read. | ||
inUseLittleEndian | bool | Use little endian order for data in the memory. | |||
outValues | Array<int>& | Received values. |