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.16.9.0 (2.16.9.0)
Syntaxpublic bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
Return Value
Type:
Boolean
true if the Client socket was connected to a remote reader; otherwise, false.
See Also