Class MessagePlan
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
Idx
The wire index.
public int Idx { get; }
Property Value
Name
The wire name.
public string Name { get; }