MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.Peripheral.IBeacon.Configuration Class Reference

Wrapper class encapsulating the IBeacon configuration More...

Public Member Functions

 Configuration (Guid uuid, ushort major, ushort minor, ushort period, sbyte rxPower, sbyte txPower)
 
override bool Equals (Object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

Guid Uuid [get]
 Advertising UUID More...
 
ushort Major [get]
 Advertising major value More...
 
ushort Minor [get]
 Advertising minor value More...
 
ushort Period [get]
 Advertising period More...
 
sbyte RxPower [get]
 Advertising receiving power More...
 
sbyte TxPower [get]
 Advertising transmitting power More...
 

Detailed Description

Wrapper class encapsulating the IBeacon configuration

Property Documentation

◆ Major

ushort MbientLab.MetaWear.Peripheral.IBeacon.Configuration.Major
get

Advertising major value

◆ Minor

ushort MbientLab.MetaWear.Peripheral.IBeacon.Configuration.Minor
get

Advertising minor value

◆ Period

ushort MbientLab.MetaWear.Peripheral.IBeacon.Configuration.Period
get

Advertising period

◆ RxPower

sbyte MbientLab.MetaWear.Peripheral.IBeacon.Configuration.RxPower
get

Advertising receiving power

◆ TxPower

sbyte MbientLab.MetaWear.Peripheral.IBeacon.Configuration.TxPower
get

Advertising transmitting power

◆ Uuid

Guid MbientLab.MetaWear.Peripheral.IBeacon.Configuration.Uuid
get

Advertising UUID


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