AdvantechUNO_GetGPIOMasks
Gets GPIO masks.
Syntax
C++
Python
def AdvantechUNO_GetGPIOMasks( state: AdvantechUNO_State, /, *, inBank: int = 0 ) -> ( outInputMask: list[bool], outOutputMask: list[bool] )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AdvantechUNO_State | |||
![]() |
inBank | int | 0 - ![]() |
0 | GPIO bank ID. |
![]() |
outInputMask | list[bool] | Supported GPIO input bit mask. | ||
![]() |
outOutputMask | list[bool] | Supported GPIO output bit mask. |




