Raritan PX2/PX3 JSON-RPC API
|
Consumer interface is for event consumers that want to be called back in case new events have occured. More...
import"EventService.idl";
Public Member Functions | |
void | pushEvents (in vector< idl.Event > events) |
This method is called by EventService to notify Consumer about new events. More... | |
Consumer interface is for event consumers that want to be called back in case new events have occured.
Subscription with this interface happens in Channel interface. Note that this interface cannot be used over transports that do not support callbacks.
void event::Consumer::pushEvents | ( | in vector< idl.Event > | events | ) |