AdvantechUNO_SetGPIOPinDirection_Single
Sets GPIO direction.
Syntax
C++
Python
def AdvantechUNO_SetGPIOPinDirection_Single( state: AdvantechUNO_State, /, *, inPin: int = 0, inDirection: AdvantechUNOPinDirection = AdvantechUNOPinDirection.Input ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AdvantechUNO_State | |||
![]() |
inPin | int | 0 - ![]() |
0 | GPIO pin. |
![]() |
inDirection | AdvantechUNOPinDirection | AdvantechUNOPinDirection.Input | GPIO direction. |



