Enum PhyCommandCode

File: NetworkInterfaces/Contract/PhyControlInfo.msg

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

Enum values:

Name Value Description
PHY_C_CONFIGURERADIO 1

Source code:

enum PhyCommandCode
{
    PHY_C_CONFIGURERADIO = 1;
};