Raritan PX2/PX3 JSON-RPC API
pdu-json-rpc-api
idl
Event.idl
1
/* SPDX-License-Identifier: BSD-3-Clause */
2
/*
3
* Copyright 2012 Raritan Inc. All rights reserved.
4
*/
5
6
#ifndef __IDL_EVENT_IDL__
7
#define __IDL_EVENT_IDL__
8
9
/** Basic IDL definitions */
10
module
idl
{
11
12
/** Common base for all events */
13
valueobject
Event
{
14
15
Object source;
///< IDL object that originated the event
16
17
};
18
19
}
20
21
#endif
idl::Event
valueobject Event
Common base for all events.
Definition:
Event.idl:13
idl
Basic IDL definitions.
Definition:
Event.idl:10
Generated on Fri Aug 21 2020 10:20:37 for Raritan PX2/PX3 JSON-RPC API by
1.8.14