Message SimpleClientMessage

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

BaseOverlayMessage

Base class for all messages handled by overlay modules

Known subclasses:

SimpleClientListMessage (no description)
SimpleClientMoveMessage (no description)

Fields:

Name Type Description
command int

Source code:

message SimpleClientMessage extends BaseOverlayMessage // MOVE_REQUEST, OVERLAY_READY
{
    fields:
        int command enum(SimpleClientCommand);
};