Contains information on which features are supported by a BaseStation.
bool supportsTransmitPower( |
| ) const |
Checks if a WirelessTypes::TransmitPower is supported by this BaseStation.
power | The WirelessTypes::TransmitPower to check if supported. |
true if the transmit power is supported, false otherwise.
Checks if the BaseStation supports Button configuration.
true if the BaseStation supports Button configuration, false otherwise.
Checks if the BaseStation supports Analog Pairing configuration.
true if the BaseStation supports Analog Pairing, false otherwise.
Checks if the BaseStation supports the beaconStatus command.
true if the BaseStation supports the beacon status command, false otherwise.
Checks if the BaseStation supports RF Sweep Mode.
true if the BaseStation supports RF Sweep Mode, false otherwise.
Gets the total number of buttons that are supported.
The total number of buttons that are supported.
Gets the total number of analog ports that are supported.
The total number of analog ports that are supported.
Gets a list of the WirelessTypes::TransmitPowers that are supported by this BaseStation.
A vector of WirelessTypes::TransmitPowers that are supported by this BaseStation.