...
Changes the state of GPIO buttons that are configured for output.
- On: Turns on the specified GPIO button.
- Off: Turns off the specified GPIO button.
- Set State: Allows you to turn multiple GPIO buttons on or off. The buttons are specified as bits in an integer value; see the documentation for roControlPort.SetWholeState() for an example.
...