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
stringThe serial number of the device.
url
stringThe URL associated with the device.
lastSeenAt
LocationThe location where the device was last seen.
Properties
LastSeenAt
Gets the location where the device was last seen.
public Location? LastSeenAt { get; }
Property Value
Url
Gets the URL associated with the device.
public string Url { get; }