MUNTS_0018GPIOPinFactory Method |
GPIO pin object factory for GPIO pins at connectors J4 to
J7.
Namespace: IO.Objects.RemoteIO.PlatformsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntaxpublic static Pin GPIOPinFactory(
int desg,
Direction dir,
bool state = false
)
Parameters
- desg Int32
- Device designator for one of the on-board GPIO
pins (J4D0 to J7D1.
- dir Direction
- Data direction.
- state Boolean (Optional)
- Initial GPIO output state.
Return Value
PinGPIO pin object.
See Also