Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
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 */
10module 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
Basic IDL definitions.
Definition: Event.idl:10
Common base for all events.
Definition: Event.idl:13
Object source
IDL object that originated the event.
Definition: Event.idl:15