Gets a value indicating the output I/O pin 0 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 OutputPin0State { get; }
Public ReadOnly Property OutputPin0State As IOState
Get
public:
property IOState OutputPin0State {
IOState get ();
}
/** @property */
public IOState get_OutputPin0State()
function get OutputPin0State () : IOState
Return Value
Type:
IOStatelow if the output I/O pin 0 is in low state; otherwise, high. The default is low.
It needs to invoke the GetIOState() method to update this property value.
Reference