File: Overlay/Broose/BrooseMessage.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.
BaseCallMessage | A basic Remote-Procedure-Call message |
Name | Type | Description |
---|---|---|
bucketType | int | |
bucketIndex | int | |
proState | int |
message BucketCall extends BaseCallMessage { fields: int bucketType enum(BucketType); int bucketIndex; int proState enum(ProState); };