Packet I3RemoveTriggerMessage

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.

Extends:

Name Type Description
I3Message packet (no description)

Fields:

Name Type Description
trigger I3Trigger
type int

Source code:

packet I3RemoveTriggerMessage extends I3Message
{
    @customize(true);
    I3Trigger trigger;
}