Table of Contents

Class StateRecord

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

A state record to encode: the groups in GroupMask, with the values of their fields.

public sealed class StateRecord
Inheritance
StateRecord
Inherited Members

Constructors

StateRecord()

public StateRecord()

Properties

GroupMask

Bit i set when group i is carried.

public byte GroupMask { get; init; }

Property Value

byte

NetId

The entity.

public uint NetId { get; init; }

Property Value

uint

Values

The values of the carried groups' fields.

public RecordValues Values { get; init; }

Property Value

RecordValues