Definition at line 7 of file Device.idl.
◆ State
| Enumerator |
|---|
| UNKNOWN | Device state was not yet determined.
|
| INACTIVE | Device is inactive / not connected.
|
| ACTIVE | Device is active / connected.
|
Definition at line 11 of file Device.idl.
◆ getMetadata()
Get device meta data.
- Returns
- Device meta data
◆ getName()
| string radm::Device::getName |
( |
| ) |
|
Get device name.
- Returns
- Device name
◆ getState()
| State radm::Device::getState |
( |
| ) |
|
Get device state.
- Returns
- Device state
◆ setName()
| int radm::Device::setName |
( |
in string | name | ) |
|
Set device name.
- Parameters
-
- Returns
- 0 on success
-
1 if the given name is invalid
-
2 if the device name can not be changed
◆ ERR_INVALID_ARGUMENT
| constant int radm::Device::ERR_INVALID_ARGUMENT = 1 |
◆ ERR_NOT_SUPPORTED
| constant int radm::Device::ERR_NOT_SUPPORTED = 2 |
The documentation for this interface was generated from the following file: