Show / Hide Table of Contents

Class AirAlarmUpdateDeviceDataMessage

Inheritance
System.Object
AirAlarmUpdateDeviceDataMessage
Namespace: Content.Shared.Atmos.Monitor.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AirAlarmUpdateDeviceDataMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

AirAlarmUpdateDeviceDataMessage(String, IAtmosDeviceData)

Declaration
public AirAlarmUpdateDeviceDataMessage(string addr, IAtmosDeviceData data)
Parameters
Type Name Description
System.String addr
IAtmosDeviceData data

Properties

| Improve this Doc View Source

Address

Declaration
public string Address { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Data

Declaration
public IAtmosDeviceData Data { get; }
Property Value
Type Description
IAtmosDeviceData
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾