Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » AdvantechUNO » AdvantechUNO_GetGPIOPinDirection_Multiple
AdvantechUNO_GetGPIOPinDirection_Multiple
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Gets GPIO directions.
Syntax
C++
Python
void avl::AdvantechUNO_GetGPIOPinDirection_Multiple ( AdvantechUNO_State& ioState, int inBank, atl::Optional<const atl::Array<bool>&> inMask, atl::Array<avl::AdvantechUNOPinDirection::Type>& outDirection )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AdvantechUNO_State& | Object used to maintain state of the function. | ||
![]() |
inBank | int | 0 - ![]() |
0 | GPIO bank. |
![]() |
inMask | Optional<const Array<bool>&> | NIL | GPIO mask. | |
![]() |
outDirection | Array<AdvantechUNOPinDirection::Type>& | GPIO directions. |
Remarks
I/O device driver software
This filter is intended to cooperate with an Advantech UNO series device using its vendor SDK. To be able to connect to the device, it is required to install PlatformSDK and device drivers.
Add DLL path to system environment variable may be required.
Recommended PlatformSDK version for Aurora Vision Studio usage is V1.02.003 (1.2.3).
PlatformSDK can be downloaded from the following website: https://www.advantech.com/en-eu/search/?q=PlatformSDK&st=support.
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.
See Also
- AdvantechUNO_GetGPIOPinDirection_Single – Gets GPIO direction.
- AdvantechUNO_SetGPIOPinDirection_Multiple – Sets GPIO directions.




