Class PhyControlInfo

File: NetworkInterfaces/Contract/PhyControlInfo.msg

C++ definition: click here

Control info for controlling the physical layer (the radio).

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

PhyControlInfo

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
channelNumber int

with PHY_C_CONFIGURERADIO: the channel to switch to

bitrate double

with PHY_C_CONFIGURERADIO: the bitrate to switch to

Source code:

class PhyControlInfo
{
    properties:
        omitGetVerb=true;
    fields:
        int channelNumber = -1; // with PHY_C_CONFIGURERADIO: the channel to switch to
        double bitrate = -1; // with PHY_C_CONFIGURERADIO: the bitrate to switch to
};