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

Wrapper class holding Characteristics under the Device Information GATT service More...

Public Member Functions

 DeviceInformation (string manufacturer, string modelNumber, string serialNumber, string firmwareRevision, string hardwareRevision)
 
override bool Equals (Object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

string Manufacturer [get]
 Device's manufacturer name, characteristic 0x2A29 More...
 
string ModelNumber [get]
 Model number assigned by MbientLab, characteristic 0x2A24 More...
 
string SerialNumber [get]
 Device's serial number, characteristic 0x2A25 More...
 
string FirmwareRevision [get]
 Revision of the firmware on the device, characteristic 0x2A26 More...
 
string HardwareRevision [get]
 Revision of the hardware on the device, characteristic 0x2A27 More...
 

Detailed Description

Wrapper class holding Characteristics under the Device Information GATT service

Property Documentation

◆ FirmwareRevision

string MbientLab.MetaWear.DeviceInformation.FirmwareRevision
get

Revision of the firmware on the device, characteristic 0x2A26

◆ HardwareRevision

string MbientLab.MetaWear.DeviceInformation.HardwareRevision
get

Revision of the hardware on the device, characteristic 0x2A27

◆ Manufacturer

string MbientLab.MetaWear.DeviceInformation.Manufacturer
get

Device's manufacturer name, characteristic 0x2A29

◆ ModelNumber

string MbientLab.MetaWear.DeviceInformation.ModelNumber
get

Model number assigned by MbientLab, characteristic 0x2A24

◆ SerialNumber

string MbientLab.MetaWear.DeviceInformation.SerialNumber
get

Device's serial number, characteristic 0x2A25


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