Enum VASTCommand

File: src/overlay/vast/Vast.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Source code:

enum VASTCommand
{

    JOIN_REQUEST = 0;
    JOIN_ACKNOWLEDGE = 1;
    NODE_MOVE = 2;
    NEW_NEIGHBORS = 3;
    NODE_LEAVE = 4;
    ENCLOSING_NEIGHBORS_REQUEST = 5;
    BACKUP_NEIGHBORS = 6;
    PING = 7;
    PONG = 8;
    DISCARD_NODE = 9;
    VAST_EVENT = 10;
}