Wrapper class containing BluetoothLe connection parameters
More...
|
|
| BleConnectionParameters (float minConnectionInterval, float maxConnectionInterval, ushort slaveLatency, ushort supervisorTimeout) |
| |
|
override bool | Equals (Object o) |
| |
|
override int | GetHashCode () |
| |
|
override string | ToString () |
| |
|
| float | MinConnectionInterval [get] |
| | Minimum time the central device asks for data from the peripheral, in milliseconds (ms) More...
|
| |
| float | MaxConnectionInterval [get] |
| | Maximum time the central device asks for data from the peripheral, in milliseconds (ms) More...
|
| |
| ushort | SlaveLatency [get] |
| | How many times the peripheral can choose to discard data requests from the central device More...
|
| |
| ushort | SupervisorTimeout [get] |
| | Timeout from the last data exchange until the ble link is considered lost More...
|
| |
Wrapper class containing BluetoothLe connection parameters
◆ MaxConnectionInterval
| float MbientLab.MetaWear.Core.Settings.BleConnectionParameters.MaxConnectionInterval |
|
get |
Maximum time the central device asks for data from the peripheral, in milliseconds (ms)
◆ MinConnectionInterval
| float MbientLab.MetaWear.Core.Settings.BleConnectionParameters.MinConnectionInterval |
|
get |
Minimum time the central device asks for data from the peripheral, in milliseconds (ms)
◆ SlaveLatency
| ushort MbientLab.MetaWear.Core.Settings.BleConnectionParameters.SlaveLatency |
|
get |
How many times the peripheral can choose to discard data requests from the central device
◆ SupervisorTimeout
| ushort MbientLab.MetaWear.Core.Settings.BleConnectionParameters.SupervisorTimeout |
|
get |
Timeout from the last data exchange until the ble link is considered lost
The documentation for this class was generated from the following file:
- MetaWear/Core/ISettings.cs