|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Event: The outlet association has changed. More...
import "AccessPort.idl";
Public Attributes | |
| vector< OutletPort > | oldAssociatedOutlets |
| Associated outlets before change. | |
| vector< OutletPort > | newAssociatedOutlets |
| Associated outlets 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 outlet association has changed.
Definition at line 72 of file AccessPort.idl.
| vector<OutletPort> radm::AccessPort::AssociatedOutletsChangedEvent::newAssociatedOutlets |
Associated outlets after change.
Definition at line 74 of file AccessPort.idl.
| vector<OutletPort> radm::AccessPort::AssociatedOutletsChangedEvent::oldAssociatedOutlets |
Associated outlets before change.
Definition at line 73 of file AccessPort.idl.