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.BleAdvertisementConfig Class Reference

Bluetooth LE advertising configuration More...

Public Member Functions

 BleAdvertisementConfig (String deviceName, ushort interval, byte timeout, byte[] scanResponse)
 
override string ToString ()
 
override bool Equals (Object obj)
 
override int GetHashCode ()
 

Properties

String DeviceName [get]
 Name the device advertises as More...
 
ushort Interval [get]
 Time between each advertise event, in milliseconds (ms) More...
 
byte Timeout [get]
 How long the device should advertise for with 0 indicating no timeout, in seconds (s) More...
 
byte [] ScanResponse [get]
 Scan response More...
 

Detailed Description

Bluetooth LE advertising configuration

Property Documentation

◆ DeviceName

String MbientLab.MetaWear.Core.Settings.BleAdvertisementConfig.DeviceName
get

Name the device advertises as

◆ Interval

ushort MbientLab.MetaWear.Core.Settings.BleAdvertisementConfig.Interval
get

Time between each advertise event, in milliseconds (ms)

◆ ScanResponse

byte [] MbientLab.MetaWear.Core.Settings.BleAdvertisementConfig.ScanResponse
get

Scan response

◆ Timeout

byte MbientLab.MetaWear.Core.Settings.BleAdvertisementConfig.Timeout
get

How long the device should advertise for with 0 indicating no timeout, in seconds (s)


The documentation for this class was generated from the following file: