Table of Contents

Class MessagePlan

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

An event or command type compiled: its index and its single body section.

public sealed class MessagePlan
Inheritance
MessagePlan
Inherited Members

Properties

Body

The body, in wire order.

public SectionPlan Body { get; }

Property Value

SectionPlan

Idx

The wire index.

public int Idx { get; }

Property Value

int

Name

The wire name.

public string Name { get; }

Property Value

string