File: Applications/i3/I3Message.msg
C++ definition: click here
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
I3Message | (no description) |
Name | Value | Description |
---|---|---|
customize | true |
Name | Type | Description |
---|---|---|
identifierStack | I3IdentifierStack | |
matchedTrigger | I3Trigger | |
sendReply | bool | |
source | I3IPAddress |
message I3SendPacketMessage extends I3Message { properties: customize = true; fields: I3IdentifierStack identifierStack; I3Trigger matchedTrigger; bool sendReply; I3IPAddress source; };