Gets the BLE Settings.
 
 
    Namespace: 
   com.gigatms.Parameters.UR0250
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic BLESettings BLE { get; set; }Public Property BLE As BLESettings
	Get
	Set
public:
property BLESettings^ BLE {
	BLESettings^ get ();
	void set (BLESettings^ value);
}Property Value
Type: 
BLESettings
 The BLE Settings.
 
See Also