File: Overlay/PubSubMMOG/PubSubMessage.msg
(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.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
subspaceId | int | Not counted in length: could easily be stored locally! |
helpType | int | Not counted in length: could easily be stored locally! |
node | NodeHandle |
message PubSubHelpResponse extends BaseResponseMessage { fields: int subspaceId; // Not counted in length: could easily be stored locally! int helpType enum(PubSubHelpType); // Not counted in length: could easily be stored locally! NodeHandle node; }