libsimpleioGPIO_read Method |
Read a Linux GPIO pin.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void GPIO_read(
int fd,
out int state,
out int error
)
Parameters
- fd Int32
- File descriptor.
- state Int32
- Pin state.
- error Int32
- Error code. Zero upon success or an errno
value upon failure.
See Also