AdvantechUNO_GetGPIOPinDirection_Single


Gets GPIO direction.

Syntax

C++
Python
 
def AdvantechUNO_GetGPIOPinDirection_Single(
	state: AdvantechUNO_State,
	/,
	*,
	inPin: int = 0
)
-> outDirection: AdvantechUNOPinDirection

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechUNO_State
Input value inPin int 0 - 0 GPIO pin.
Output value outDirection AdvantechUNOPinDirection GPIO direction.