DevicePropertyNames Class

 

Defines the Predefined Device Property Names that can be looked up in the DeviceProperties.

Namespace:   Microsoft.Azure.Devices
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Devices.DevicePropertyNames

Syntax

public static class DevicePropertyNames
public ref class DevicePropertyNames abstract sealed 

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static BatteryLevel

BatteryLevel (int)

System_CAPS_pubfieldSystem_CAPS_static BatteryStatus

BatteryStatus (String)

System_CAPS_pubfieldSystem_CAPS_static CurrentTime

CurrentTime (DateTime)

System_CAPS_pubfieldSystem_CAPS_static DefaultMaxPeriod

DefaultMaxPeriod (int)

System_CAPS_pubfieldSystem_CAPS_static DefaultMinPeriod

DefaultMinPeriod (int)

System_CAPS_pubfieldSystem_CAPS_static DeviceDescription

DeviceDescription (String)

System_CAPS_pubfieldSystem_CAPS_static FirmwarePackage

FirmwarePackage (String)

System_CAPS_pubfieldSystem_CAPS_static FirmwarePackageName

FirmwarePackageName (String)

System_CAPS_pubfieldSystem_CAPS_static FirmwarePackageUri

FirmwarePackageUri (String)

System_CAPS_pubfieldSystem_CAPS_static FirmwarePackageVersion

FirmwarePackageVersion (String)

System_CAPS_pubfieldSystem_CAPS_static FirmwareUpdateResult

FirmwareUpdateResult (int)

System_CAPS_pubfieldSystem_CAPS_static FirmwareUpdateState

FirmwareUpdateState (String)

System_CAPS_pubfieldSystem_CAPS_static FirmwareVersion

FirmwareVersion (String)

System_CAPS_pubfieldSystem_CAPS_static HardwareVersion

HardwareVersion (String)

System_CAPS_pubfieldSystem_CAPS_static Manufacturer

Manufacturer (String)

System_CAPS_pubfieldSystem_CAPS_static MemoryFree

MemoryFree (int)

System_CAPS_pubfieldSystem_CAPS_static MemoryTotal

MemoryTotal (int)

System_CAPS_pubfieldSystem_CAPS_static ModelNumber

ModelNumber (String)

System_CAPS_pubfieldSystem_CAPS_static RegistrationLifetime

RegistrationLifetime (int)

System_CAPS_pubfieldSystem_CAPS_static SerialNumber

SerialNumber (String)

System_CAPS_pubfieldSystem_CAPS_static Timezone

Timezone (String)

System_CAPS_pubfieldSystem_CAPS_static UtcOffset

UtcOffset (String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Devices Namespace

Return to top