Click or drag to resize

TS800InputPin0State Property

Gets a value indicating the input 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)
Syntax
public IOState InputPin0State { get; }

Return Value

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