 | TS800OutputPin0State Property |
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.10 (2.6.0.10)
Syntaxpublic IOState OutputPin0State { get; }
Public ReadOnly Property OutputPin0State As IOState
Get
Return Value
Type:
IOStatelow if the output I/O pin 0 is in low state; otherwise, high. The default is low.
RemarksIt needs to invoke the GetIOState() method to update this property value.
See Also