Enum GIACommand

File: src/overlay/gia/GiaMessage.msg

Some constants for Command-Field

Author: Robert Palmer

TODO: change names in enum

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:

//
// Some constants for Command-Field
// @author Robert Palmer
// @todo change names in enum
//
enum GIACommand
{

    JOIN_REQUEST = 0;    // JOIN_REQUEST-Message
    JOIN_RESPONSE = 1;    // JOIN_RESPONSE-Message
    JOIN_ACK = 2;    // JOIN_ACK-Message
    JOIN_DENY = 3;    // JOIN_DENY-Message
    DISCONNECT = 4;    // DISCONNECT-Message
    ROUTE = 5;    // ROUTE-Message
    SEARCH = 6;    // SEARCH-Message
    ANSWER = 7;    // ANSWER-Message
    UPDATE = 8;    // UPDATE-Message
    TOKEN = 9;    // TOKEN-Message
    KEYLIST = 10;    // KEYLIST-Message
}