|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Bluetooth settings More...
import "Bluetooth.idl";
Classes | |
| struct | Settings |
| Bluetooth settings More... | |
| struct | SettingsChangedEvent |
| Event: Bluetooth settings have been changed. More... | |
Public Types | |
| enum | Antenna { Internal , External } |
| Bluetooth antenna selection More... | |
Public Member Functions | |
| Settings | getSettings () |
| Retrieve the Bluetooth settings. | |
| int | setSettings (in Settings settings) |
| Change the Bluetooth settings. | |
Bluetooth settings
Definition at line 14 of file Bluetooth.idl.
Bluetooth antenna selection
| Enumerator | |
|---|---|
| Internal | Internal antenna. |
| External | External antenna. |
Definition at line 17 of file Bluetooth.idl.
| Settings devsettings::Bluetooth::getSettings | ( | ) |
Retrieve the Bluetooth settings.
| int devsettings::Bluetooth::setSettings | ( | in Settings | settings | ) |
Change the Bluetooth settings.
| settings | New settings |