Message PubSubIntermediateResponse

File: Overlay/PubSubMMOG/PubSubMessage.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.

Extends:

BaseResponseMessage

A basic Remote-Procedure-Response message

Fields:

Name Type Description
subspaceId int

Not counted in length: could easily be stored locally!

Source code:

message PubSubIntermediateResponse extends BaseResponseMessage {
    fields:
        int subspaceId; // Not counted in length: could easily be stored locally!
}