Interface ICommandSink
Receives a decoded COMMANDS message: each command's header, then its fields through the IFieldSink members.
public interface ICommandSink : IFieldSink
- Inherited Members
Methods
Command(MessagePlan, ushort, uint)
A command begins.
void Command(MessagePlan type, ushort seq, uint clientTick)
Parameters
typeMessagePlanThe command type.
sequshortThe client's sequence number; wraps, compared with serial arithmetic (RFC 1982).
clientTickuintThe client's tick when it produced the batch, shared by every command in the message.