Table of Contents

Class Device

Namespace
SenseAnywhere.Sdk
Assembly
SenseAnywhere.Sdk.dll

Represents a device or asset.

public class Device
Inheritance
Device
Derived
Inherited Members

Constructors

Device(string)

Initializes a new instance of the Device class.

public Device(string serialNumber)

Parameters

serialNumber string

The serial number of the device.

Properties

SerialNumber

Gets the serial number of the device.

public string SerialNumber { get; }

Property Value

string