Back to Aurora Vision Library website
You are here: Start » Function Reference » Hardware Support » Matrox » Matrox_GetAllInputLevels_Deprecated
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
| Module: | ThirdParty |
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 | |
|---|---|---|---|---|
![]() |
ioState | Matrox_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | Optional<const MatroxDeviceID::Type&> | NIL | Device identification number. |
![]() |
outLevels | Array<bool>& | Logic levels of the I/Os. |



