Table of Contents

Interface ICommandSink

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

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

type MessagePlan

The command type.

seq ushort

The client's sequence number; wraps, compared with serial arithmetic (RFC 1982).

clientTick uint

The client's tick when it produced the batch, shared by every command in the message.