Message kinds for sending commands to the radio.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
// // Message kinds for sending commands to the radio. // enum RadioCommandCode { RADIO_C_CONFIGURE = 1; }