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
Input will be modified ioState AdvantechUNO_State
Input value inBank int 0 - 0 GPIO bank ID.
Output value outInputMask list[bool] Supported GPIO input bit mask.
Output value outOutputMask list[bool] Supported GPIO output bit mask.