Back to Aurora Vision Library Lite website

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

Matrox_GetAllInputLevels_Deprecated


Header: ThirdPartySdk.h
Namespace: avl

Gets the state of all the inputs on the device.

Syntax

void avl::Matrox_GetAllInputLevels_Deprecated
(
	Matrox_State& ioState,
	atl::Optional<const avl::MatroxDeviceID::Type&> inDeviceID,
	atl::Array<bool>& outLevels
)

Parameters

Name Type 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.
Output value
outLevels Array<bool>& Logic levels of the I/Os.