|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Classes | |
| struct | NfsStatusChangedEvent |
| Event: NFS server status has changed. More... | |
| struct | Settings |
| struct | SettingsChangedEvent |
| Event: Settings have changed. More... | |
Public Types | |
| enum | NfsStatus { INACTIVE , RESOLVING , MOUNTING , MOUNTED , SUSPENDED , FAILED } |
Public Member Functions | |
| Settings | getSettings () |
| Get settings. | |
| int | setSettings (in Settings settings) |
| Set settings. | |
| NfsStatus | getNfsStatus () |
| Get NFS server status. | |
Public Attributes | |
| constant int | ERR_INVALID_ARGUMENT = 1 |
Definition at line 8 of file AutoScan.idl.
Definition at line 11 of file AutoScan.idl.
| NfsStatus radm::AutoScan::getNfsStatus | ( | ) |
Get NFS server status.
| int radm::AutoScan::setSettings | ( | in Settings | settings | ) |
Set settings.
| settings | New settings |
| constant int radm::AutoScan::ERR_INVALID_ARGUMENT = 1 |
Definition at line 9 of file AutoScan.idl.