ModuleAPI C# Version Developer's Guide
Set GPO

GPOSet Method

Set the state of a GPO pin
 
Method Signature
  
public abstract void GPOSet(int pin, bool state)
 
Parameters
Parameter Description
pin GPO ID, one-based numbering.
state The state to set.
 
Example
Set the state of GPO pin 1 to true
  
rdr. GPOSet(1, true);