TS800OutputPin2State Property GIGATMS.UHF Help Documentation
Gets a value indicating the output I/O pin 2 state which is high or low.

Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public IOState OutputPin2State { get; }

Return Value

Type: IOState
low if the output I/O pin 2 is in low state; otherwise, high. The default is low.
Remarks

It needs to invoke the GetIOState() method to update this property value.
See Also

Reference