| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Raw Configuration Interface. More...
import <RawConfiguration.idl;
| Classes | |
| struct | RawConfigDownloadedEvent | 
| Event: Raw configuration downloaded.  More... | |
| struct | RawConfigUpdatedEvent | 
| Event: Raw configuration updated.  More... | |
| Public Types | |
| enum | Status { UNKNOWN , UPLOAD_FAILED , UPDATE_PENDING , UPDATE_OK , UPDATE_FAILED } | 
| Status of the last raw configuration update operation.  More... | |
| Public Member Functions | |
| void | getStatus (out Status status, out time timeStamp) | 
| Retrieve the status of the last raw configuration update operation. | |
Raw Configuration Interface.
Definition at line 12 of file RawConfiguration.idl.
Status of the last raw configuration update operation.
Definition at line 15 of file RawConfiguration.idl.
| void rawcfg::RawConfiguration::getStatus | ( | out Status | status, | 
| out time | timeStamp ) | 
Retrieve the status of the last raw configuration update operation.
| status | Result: Raw configuration update status | 
| timeStamp | Result: Time of last update operation (UNIX timestamp, UTC) |