Table of Contents

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 AlarmProfileCategory

The category of the alarm profile.

type AlarmProfileType

The type of the alarm profile.

transportTrigger TransportTrigger

The trigger of a transport alarm profile.

Properties

Category

Gets the category of the alarm profile.

public readonly AlarmProfileCategory Category { get; }

Property Value

AlarmProfileCategory

TransportTrigger

Gets the trigger of a transport alarm profile.

public readonly TransportTrigger TransportTrigger { get; }

Property Value

TransportTrigger

Type

Gets the type of the alarm profile.

public readonly AlarmProfileType Type { get; }

Property Value

AlarmProfileType