Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
StorageType | type |
storage type More... | |
int | capacity |
maximum number of stored images; obsolete, no longer used More... | |
string | server |
server ip, share and path (empty/ignored for LOCAL storage type) More... | |
string | username |
username (empty/ignored for LOCAL storage type) More... | |
string | password |
password (empty/ignored for LOCAL storage type) More... | |
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.