Table of Contents

Class AlarmSubject

Namespace
SenseAnywhere.Sdk.Messages.Headers.Alarms
Assembly
SenseAnywhere.Sdk.dll

Represents an alarm subject which is a type of device.

public sealed class AlarmSubject : Device
Inheritance
AlarmSubject
Inherited Members

Constructors

AlarmSubject(string, string, Location?)

Initializes a new instance of the AlarmSubject class.

public AlarmSubject(string serialNumber, string url, Location? lastSeenAt)

Parameters

serialNumber string

The serial number of the device.

url string

The URL associated with the device.

lastSeenAt Location

The location where the device was last seen.

Properties

LastSeenAt

Gets the location where the device was last seen.

public Location? LastSeenAt { get; }

Property Value

Location

Url

Gets the URL associated with the device.

public string Url { get; }

Property Value

string