| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
import <StorageManager.idl;
| Public Attributes | |
| StorageType | type | 
| storage type | |
| int | capacity | 
| maximum number of stored images; obsolete, no longer used | |
| string | server | 
| server ip, share and path (empty/ignored for LOCAL storage type) | |
| string | username | 
| username (empty/ignored for LOCAL storage type) | |
| string | password | 
| password (empty/ignored for LOCAL storage type) | |
Definition at line 61 of file StorageManager.idl.
| int webcam::StorageManager::StorageSettings::capacity | 
maximum number of stored images; obsolete, no longer used
Definition at line 63 of file StorageManager.idl.
| string webcam::StorageManager::StorageSettings::password | 
password (empty/ignored for LOCAL storage type)
Definition at line 66 of file StorageManager.idl.
| string webcam::StorageManager::StorageSettings::server | 
server ip, share and path (empty/ignored for LOCAL storage type)
Definition at line 64 of file StorageManager.idl.
| StorageType webcam::StorageManager::StorageSettings::type | 
storage type
Definition at line 62 of file StorageManager.idl.
| string webcam::StorageManager::StorageSettings::username | 
username (empty/ignored for LOCAL storage type)
Definition at line 65 of file StorageManager.idl.