TS800OutputPin0State Property GIGATMS.UHF Help Documentation
Gets a value indicating the output I/O pin 0 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 OutputPin0State { get; }

Return Value

Type: IOState
low if the output I/O pin 0 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