Command codes for controlling the physical layer (the radio). These constants should be set as message kind on a message sent to the radio module.
See also: PhyControlInfo
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.
// // Command codes for controlling the physical layer (the radio). These constants // should be set as message kind on a message sent to the radio module. // // @see PhyControlInfo // enum PhyCommandCode { PHY_C_CONFIGURERADIO = 1; }