Inheritance diagram for DzDevice:

Methods | |
| void | getDefaultSettings (DzSettings settings) |
| String | getDescription () |
| String | getDeviceName () |
| void | getSettings (DzSettings settings) |
| void | setSettings (const DzSettings settings) |
| void DzDevice::getDefaultSettings | ( | DzSettings | settings | ) |
| settings | This will be set to the default settings for the device. |
| String DzDevice::getDescription | ( | ) |
| String DzDevice::getDeviceName | ( | ) |
| void DzDevice::getSettings | ( | DzSettings | settings | ) |
| settings | This will be set to the current settings for the device. |
| void DzDevice::setSettings | ( | const DzSettings | settings | ) |
Changes the current settings for the device.
| settings | The new settings for the device. |