Class NetworkBluetoothSettings
UpdateNetworkBluetoothSettings
[DataContract]
public class NetworkBluetoothSettings
- Inheritance
-
NetworkBluetoothSettings
- Inherited Members
Properties
AdvertisingEnabled
Whether APs will advertise beacons. (true, false)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "advertisingEnabled")]
public bool AdvertisingEnabled { get; set; }
Property Value
EslEnabled
Whether ESL is enabled on this network.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "eslEnabled")]
public bool? EslEnabled { get; set; }
Property Value
- bool?
Major
The major number to be used in the beacon identifier. Only valid in 'Non-unique' mode.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "major")]
public int? Major { get; set; }
Property Value
- int?
MajorMinorAssignmentMode
Gets or Sets MajorMinorAssignmentMode
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "majorMinorAssignmentMode")]
public MajorMinorAssignmentMode? MajorMinorAssignmentMode { get; set; }
Property Value
Minor
The minor number to be used in the beacon identifier. Only valid in 'Non-unique' mode.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "minor")]
public int? Minor { get; set; }
Property Value
- int?
ScanningEnabled
Whether APs will scan for Bluetooth enabled clients. (true, false)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "scanningEnabled")]
public bool ScanningEnabled { get; set; }
Property Value
Uuid
The UUID to be used in the beacon identifier.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "uuid")]
public string? Uuid { get; set; }