Class AtmosDeviceNetworkSystem
Generic device network commands useful for atmos devices,
as well as some helper commands.
Inheritance
System.Object
AtmosDeviceNetworkSystem
Assembly: Content.Server.dll
Syntax
public sealed class AtmosDeviceNetworkSystem : EntitySystem
Fields
|
Improve this Doc
View Source
DeregisterDevice
Deregister a device's address on this device.
Declaration
public const string DeregisterDevice = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RegisterDevice
Register a device's address on this device.
Declaration
public const string RegisterDevice = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SyncData
Synchronize the data this device has with the sender.
Declaration
public const string SyncData = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Deregister(EntityUid, Nullable<String>)
Declaration
public void Deregister(EntityUid uid, string? address)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Nullable<System.String> |
address |
|
|
Improve this Doc
View Source
Register(EntityUid, Nullable<String>)
Declaration
public void Register(EntityUid uid, string? address)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Nullable<System.String> |
address |
|
|
Improve this Doc
View Source
SetDeviceState(EntityUid, String, IAtmosDeviceData)
Declaration
public void SetDeviceState(EntityUid uid, string address, IAtmosDeviceData data)
Parameters
|
Improve this Doc
View Source
Sync(EntityUid, Nullable<String>)
Declaration
public void Sync(EntityUid uid, string? address)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Nullable<System.String> |
address |
|