Gets a value indicating the reader is connected or disconnected.
Namespace:
com.gigatms
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:
Booleantrue if the port is connected; otherwise, false.
See AlsoReference
[!:Connect(String, String)]