Gets a value indicating the output I/O pin 2 state which is high or low.
Namespace: com.gigatmsAssembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
public IOState OutputPin2State { get; }
Public ReadOnly Property OutputPin2State As IOState
Get
public:
property IOState OutputPin2State {
IOState get ();
}
/** @property */
public IOState get_OutputPin2State()
function get OutputPin2State () : IOState
Return Value
Type:
IOStatelow if the output I/O pin 2 is in low state; otherwise, high. The default is low.
It needs to invoke the GetIOState() method to update this property value.
Reference