GPIOStateOutputPin2State Property  | 
 
 Gets a value indicating the output digital output pin 2 state which is high or low.
 
 
    Namespace: 
   com.gigatms.Parameters.UR0250
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic IOState OutputPin2State { get; }Public ReadOnly Property OutputPin2State As IOState
	Get
public:
property IOState OutputPin2State {
	IOState get ();
}Property Value
Type: 
IOState
 The state of the digital output pin 2.
 
See Also