Back to Aurora Vision Library Lite website

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

Matrox_Profinet_Read_sint16


Header: ThirdPartySdk.h
Namespace: avl

Reads the module data as signed 16-bit integers.

Syntax

void avl::Matrox_Profinet_Read_sint16
(
	Matrox_State& ioState,
	atl::Optional<const avl::MatroxSystemAndDeviceIdentifier&> inDeviceID,
	const atl::Optional<atl::String>& inInstanceName,
	int inModuleIndex,
	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 MatroxSystemAndDeviceIdentifier&> NIL Device identification.
Input value
inInstanceName const Optional<String>& NIL Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Input value
inModuleIndex int 0 - 255 Index of the module 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 module.
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.