Click or drag to resize

DeviceGPIO_Available Method

Query available GPIO pins.

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public List<int> GPIO_Available()

Return Value

ListInt32
List of available GPIO pin numbers.
See Also