File: NetworkInterfaces/Contract/PhyControlInfo.msg
C++ definition: click here
Control info for controlling the physical layer (the radio).
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Value | Description |
---|---|---|
omitGetVerb | true |
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 |
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 };