Struct WorldComputerData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldComputerData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, INarrativeObject, IDataWithId
Properties
HostName
Declaration
public string? HostName { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
MacAddress
Declaration
public long MacAddress { get; set; }
Property Value
NarrativeId
Declaration
public string? NarrativeId { get; set; }
Property Value
Services
Declaration
public IReadOnlyList<NetworkServiceData> Services { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements