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
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
inAssembly MatroxEtherNetIPAssembly::Type Consumer Assembly in local memory from which to read the data.
Input value
inOffset int 0 - Offset from which to start reading the data in the specified assembly.
Input value
inCount int 1 - Amount of the data to read.
Input value
inUseLittleEndian bool Use little endian order for data in the memory.
Output value
outValues Array<int>& Received values.