Class GasAnalyzerComponent.GasAnalyzerUserMessage
Atmospheric data is gathered in the system and sent to the user
Inheritance
System.Object
GasAnalyzerComponent.GasAnalyzerUserMessage
Assembly: Content.Shared.dll
Syntax
public sealed class GasAnalyzerUserMessage : BoundUserInterfaceMessage
Constructors
|
Improve this Doc
View Source
GasAnalyzerUserMessage(GasAnalyzerComponent.GasMixEntry[], String, NetEntity, Boolean, Nullable<String>)
Declaration
public GasAnalyzerUserMessage(GasAnalyzerComponent.GasMixEntry[] nodeGasMixes, string deviceName, NetEntity deviceUid, bool deviceFlipped, string? error = null)
Parameters
Type |
Name |
Description |
GasAnalyzerComponent.GasMixEntry[] |
nodeGasMixes |
|
System.String |
deviceName |
|
NetEntity |
deviceUid |
|
System.Boolean |
deviceFlipped |
|
System.Nullable<System.String> |
error |
|
Fields
|
Improve this Doc
View Source
DeviceFlipped
Declaration
public bool DeviceFlipped
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DeviceName
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DeviceUid
Declaration
public NetEntity DeviceUid
Field Value
Type |
Description |
NetEntity |
|
|
Improve this Doc
View Source
Error
Declaration
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
NodeGasMixes
Declaration
public GasAnalyzerComponent.GasMixEntry[] NodeGasMixes
Field Value