AdvantechUNO_GetGPIOPinLevel_Multiple
Gets GPIO levels.
Syntax
C++
Python
def AdvantechUNO_GetGPIOPinLevel_Multiple( state: AdvantechUNO_State, /, *, inBank: int = 0, inMask: list[bool] | None = None ) -> outLevel: list[bool]
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AdvantechUNO_State | |||
![]() |
inBank | int | 0 - ![]() |
0 | GPIO bank. |
![]() |
inMask | list[bool] | None | None | GPIO mask. | |
![]() |
outLevel | list[bool] | GPIO levels. |




