Click or drag to resize

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)
Syntax
public bool IsConnected { get; }

Return Value

Type: Boolean
true if the Client socket was connected to a remote reader; otherwise, false.
See Also