MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Static Public Attributes | List of all members
MbientLab.MetaWear.Impl.Platform.DeviceInformationService Class Reference

Manufacturer and/or vendor information about a device More...

Static Public Attributes

static readonly Tuple< Guid, Guid > FIRMWARE_REVISION = Tuple.Create(SERVICE_GUID, new Guid("00002a26-0000-1000-8000-00805f9b34fb"))
 Revision for the firmware within the device More...
 
static readonly Tuple< Guid, Guid > MODEL_NUMBER = Tuple.Create(SERVICE_GUID, new Guid("00002a24-0000-1000-8000-00805f9b34fb"))
 Model number that is assigned by the device More...
 
static readonly Tuple< Guid, Guid > HARDWARE_REVISION = Tuple.Create(SERVICE_GUID, new Guid("00002a27-0000-1000-8000-00805f9b34fb"))
 Revision for the hardware within the device More...
 
static readonly Tuple< Guid, Guid > MANUFACTURER_NAME = Tuple.Create(SERVICE_GUID, new Guid("00002a29-0000-1000-8000-00805f9b34fb"))
 Name of the manufacturer of the device More...
 
static readonly Tuple< Guid, Guid > SERIAL_NUMBER = Tuple.Create(SERVICE_GUID, new Guid("00002a25-0000-1000-8000-00805f9b34fb"))
 Serial number for a particular instance of the device More...
 

Detailed Description

Manufacturer and/or vendor information about a device

Member Data Documentation

◆ FIRMWARE_REVISION

readonly Tuple<Guid, Guid> MbientLab.MetaWear.Impl.Platform.DeviceInformationService.FIRMWARE_REVISION = Tuple.Create(SERVICE_GUID, new Guid("00002a26-0000-1000-8000-00805f9b34fb"))
static

Revision for the firmware within the device

◆ HARDWARE_REVISION

readonly Tuple<Guid, Guid> MbientLab.MetaWear.Impl.Platform.DeviceInformationService.HARDWARE_REVISION = Tuple.Create(SERVICE_GUID, new Guid("00002a27-0000-1000-8000-00805f9b34fb"))
static

Revision for the hardware within the device

◆ MANUFACTURER_NAME

readonly Tuple<Guid, Guid> MbientLab.MetaWear.Impl.Platform.DeviceInformationService.MANUFACTURER_NAME = Tuple.Create(SERVICE_GUID, new Guid("00002a29-0000-1000-8000-00805f9b34fb"))
static

Name of the manufacturer of the device

◆ MODEL_NUMBER

readonly Tuple<Guid, Guid> MbientLab.MetaWear.Impl.Platform.DeviceInformationService.MODEL_NUMBER = Tuple.Create(SERVICE_GUID, new Guid("00002a24-0000-1000-8000-00805f9b34fb"))
static

Model number that is assigned by the device

◆ SERIAL_NUMBER

readonly Tuple<Guid, Guid> MbientLab.MetaWear.Impl.Platform.DeviceInformationService.SERIAL_NUMBER = Tuple.Create(SERVICE_GUID, new Guid("00002a25-0000-1000-8000-00805f9b34fb"))
static

Serial number for a particular instance of the device


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