Enum RadioCommandCode

File: src/inet/physicallayer/contract/packetlevel/RadioControlInfo.msg

Message kinds for sending commands to the radio.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// Message kinds for sending commands to the radio.
//
enum RadioCommandCode
{

    RADIO_C_CONFIGURE = 1;
}