HostOnPortStateChanged Event |
Indicates that the port connection status is changed.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic event HostOnPortStateChangedEventHandler OnPortStateChanged
Public Event OnPortStateChanged As HostOnPortStateChangedEventHandler
public:
event HostOnPortStateChangedEventHandler^ OnPortStateChanged {
void add (HostOnPortStateChangedEventHandler^ value);
void remove (HostOnPortStateChangedEventHandler^ value);
}
Value
Type:
com.gigatmsHostOnPortStateChangedEventHandler
See Also