Raritan PX2/PX3 JSON-RPC API
Public Member Functions | Public Attributes | List of all members
event::Service_1_0_1 Interface Reference

Event Service. More...

import"EventService.idl";

Public Member Functions

Channel_1_0_1 createChannel ()
 Create a new event channel. More...
 
int destroyChannel (in Channel_1_0_1 channel)
 Destroy an event channel. More...
 
void pushEvent (in idl::Event event)
 Push an Event into the service and to all existing receiver channels.
 
void pushEvents (in vector< idl::Event > events)
 Push a vector of Events into the service and to all existing receiver channels.
 

Public Attributes

constant int INVALID_CHANNEL = 1
 

Detailed Description

Event Service.

Member Function Documentation

Channel_1_0_1 event::Service_1_0_1::createChannel ( )

Create a new event channel.

Returns
New event channel reference or nil if all channels have been used
int event::Service_1_0_1::destroyChannel ( in Channel_1_0_1  channel)

Destroy an event channel.

Parameters
channelEvent channel reference
Returns
0 if OK
INVALID_CHANNEL if channel is not implemented by this Service

The documentation for this interface was generated from the following file: