Message I3Message

File: Applications/i3/I3Message.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

I3InsertTriggerMessage (no description)
I3QueryReplyMessage (no description)
I3RemoveTriggerMessage (no description)
I3SendPacketMessage (no description)

Fields:

Name Type Description
type int

Source code:

message I3Message {
	fields:
		int type enum(I3MessageType);
};