Class AlarmsSensorsType
A data type for alarms and sensors information associated with an incident. See Section 2.21 of NENA-STA-021.1a-2022.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class AlarmsSensorsType : PrologueType
Properties
agentReference
Linked elements type is AgentType
Declaration
public ReferenceType agentReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
alarmUrl
A URL that references Central Station Alarm Association (CSAA) data associated with an incident.
Declaration
public string alarmUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
csaaAlarmInformation
Central Station Alarm Association (CSAA) data associated with an incident. Read in NIEM schema Alarm and Sensor data. For Alarms this would be the APCO/CSAA ANS 2.101.2-2014 standard.
Declaration
public string csaaAlarmInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
notesReference
Contains optional alphanumeric text further describing the dispatch. Linked elements type are NotesType
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |