Indicates that the port connection status is changed.
Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public delegate void OnPortStateChangedEventHandler( Object sender, string portName, IOState portState )
Parameters
- sender
- Type: SystemObject
The caller object that raises the event. - portName
- Type: SystemString
The port that the state has changed. - portState
- Type: com.gigatms.parametersIOState
The state of port which reader connects to.
See Also