Class AirAlarmUpdateAlarmThresholdMessage
Inheritance
System.Object
AirAlarmUpdateAlarmThresholdMessage
Assembly: Content.Shared.dll
Syntax
public sealed class AirAlarmUpdateAlarmThresholdMessage : BoundUserInterfaceMessage
Constructors
|
Improve this Doc
View Source
AirAlarmUpdateAlarmThresholdMessage(String, AtmosMonitorThresholdType, AtmosAlarmThreshold, Nullable<Gas>)
Declaration
public AirAlarmUpdateAlarmThresholdMessage(string address, AtmosMonitorThresholdType type, AtmosAlarmThreshold threshold, Gas? gas = null)
Parameters
Properties
|
Improve this Doc
View Source
Address
Declaration
public string Address { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gas
Declaration
Property Value
Type |
Description |
System.Nullable<Gas> |
|
|
Improve this Doc
View Source
Threshold
Declaration
public AtmosAlarmThreshold Threshold { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public AtmosMonitorThresholdType Type { get; }
Property Value