Message BucketCall

File: Overlay/Broose/BrooseMessage.msg

C++ definition: click here

(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:

BaseCallMessage

A basic Remote-Procedure-Call message

Fields:

Name Type Description
bucketType int
bucketIndex int
proState int

Source code:

message BucketCall extends BaseCallMessage
{
   fields:
	int bucketType enum(BucketType);
	int bucketIndex;
	int proState enum(ProState);
};