Struct AlarmProfileClassification
- Namespace
- SenseAnywhere.Sdk.Alarms
- Assembly
- SenseAnywhere.Sdk.dll
Represents the classification of an alarm profile, which includes a category and a type.
public struct AlarmProfileClassification
- Inherited Members
Constructors
AlarmProfileClassification(AlarmProfileCategory, AlarmProfileType, TransportTrigger)
Initializes a new instance of the AlarmProfileClassification struct with the specified category and type.
public AlarmProfileClassification(AlarmProfileCategory category, AlarmProfileType type, TransportTrigger transportTrigger)
Parameters
category
AlarmProfileCategoryThe category of the alarm profile.
type
AlarmProfileTypeThe type of the alarm profile.
transportTrigger
TransportTriggerThe trigger of a transport alarm profile.
Properties
Category
Gets the category of the alarm profile.
public readonly AlarmProfileCategory Category { get; }
Property Value
TransportTrigger
Gets the trigger of a transport alarm profile.
public readonly TransportTrigger TransportTrigger { get; }
Property Value
Type
Gets the type of the alarm profile.
public readonly AlarmProfileType Type { get; }