Table of Contents

Class BlockTypes

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

The block types inside a TICK (03-wire-protocol § 3). An unknown type is skipped by its length.

public static class BlockTypes
Inheritance
BlockTypes
Inherited Members

Fields

Acks

Command rejections.

public const byte Acks = 7

Field Value

byte

Agg

Per-cell counts per archetype.

public const byte Agg = 4

Field Value

byte

Debug

Engine-defined sub-blocks, capability-gated.

public const byte Debug = 6

Field Value

byte

Entities

One archetype's enters, segments, state records and leaves.

public const byte Entities = 1

Field Value

byte

Events

Typed events.

public const byte Events = 2

Field Value

byte

Ext

An application-defined payload.

public const byte Ext = 127

Field Value

byte

Self

The controlled entity's owner groups and the last drained command sequence.

public const byte Self = 3

Field Value

byte

Sources

Source lifecycle.

public const byte Sources = 8

Field Value

byte

Stats

Catalog-declared metrics.

public const byte Stats = 5

Field Value

byte