MetaWear C# SDK  1.0.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.Core.Settings.BleConnectionParameters Class Reference

Wrapper class containing BluetoothLe connection parameters More...

Public Member Functions

 BleConnectionParameters (float minConnectionInterval, float maxConnectionInterval, ushort slaveLatency, ushort supervisorTimeout)
 
override bool Equals (Object o)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

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...
 

Detailed Description

Wrapper class containing BluetoothLe connection parameters

Property Documentation

◆ 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: