Packet I3Message

File: src/applications/i3/I3Message.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

Name Type Description
I3InsertTriggerMessage packet (no description)
I3QueryReplyMessage packet (no description)
I3RemoveTriggerMessage packet (no description)
I3SendPacketMessage packet (no description)

Fields:

Name Type Description
type int

Source code:

packet I3Message
{
    int type @enum(I3MessageType);
}