|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Event: The keyword mapping was changed. More...
import "DsamDeviceManager.idl";
Public Attributes | |
| map< string, vector< SerialAccessPort > > | oldMapping |
| Mapping before change. | |
| map< string, vector< SerialAccessPort > > | newMapping |
| Mapping after change. | |
Public Attributes inherited from event::UserEvent | |
| string | actUserName |
| user who triggered event | |
| string | actIpAddr |
| ip or device on which user is logged in | |
Public Attributes inherited from idl::Event | |
| Object | source |
| IDL object that originated the event. | |
Event: The keyword mapping was changed.
Definition at line 104 of file DsamDeviceManager.idl.
| map<string, vector<SerialAccessPort> > radm::DsamDeviceManager::KeywordMappingChangedEvent::newMapping |
Mapping after change.
Definition at line 106 of file DsamDeviceManager.idl.
| map<string, vector<SerialAccessPort> > radm::DsamDeviceManager::KeywordMappingChangedEvent::oldMapping |
Mapping before change.
Definition at line 105 of file DsamDeviceManager.idl.