Gets a value indicating whether this reader has BLE module.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntaxpublic bool HasBle { get; }
Public ReadOnly Property HasBle As Boolean
Get
public:
property bool HasBle {
bool get ();
}
Property Value
Type:
Booleantrue if this reader has BLE; otherwise,
false.
See Also