Table of Contents

Interface IReplicatedMessage

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

Implemented by the generator on every ReplicatedMessageAttribute type: its attributed fields. The engine's command and event builders read it once, at declaration — a field declared in the builder call still wins, and one with no attribute takes its type's default.

public interface IReplicatedMessage

Methods

ReplicatedFields()

The fields whose codec the attributes declare.

MessageFieldDeclaration[] ReplicatedFields()

Returns

MessageFieldDeclaration[]

The declarations, in field order.