 | ClientSocketIsConnected Property |
Gets a value indicating whether the underlying Client socket Is connected to a remote reader.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
Return Value
Type:
Boolean
true if the Client socket was connected to a remote reader; otherwise, false.
See Also