1#ifndef __RADM_PORTGROUP_IDL__
2#define __RADM_PORTGROUP_IDL__
4#include <UserEvent.idl>
10 constant
int ERR_INVALID_ARGUMENT = 1;
int setSettings(in Settings settings)
Set group settings.
Metadata getMetadata()
Get group meta data.
Settings getSettings()
Get group settings.
Configuration object for a plain port group.
Configuration object for a multi-monitor group.
int columnCount
Number of columns in the grid fored by the multi-monitor setup (member ports are arranged in left-to-...
int primaryIndex
Index of the port to be considered the primary monitor.
Event: Group settings have been changed.
Settings newSettings
Settings after change.
Settings oldSettings
Settings before change.
vector< KvmPort > members
Group members.
GroupConfig config
Configuration object (must not be empty)