List of api functions, Kvm matrix switch (catcenter neo/dvicenter) – Guntermann & Drunck IP-Control-API Benutzerhandbuch

Seite 22

Advertising
background image

List of API functions

3 · IP-Control-API

List of API functions

Both the C++ class library and the COM interface for Microsoft .NET Framework pro-

vide the functions listed in the following.

The range of the function depends on the type of KVM device (matrix switch or

switch).

KVM matrix switch (CATCenter NEO/DVICenter)

USER LOGIN AND LOGOUT

logonUser

User login to user module

logoffUser

User logout from user module

CONNECTION TO A TARGET MODULE

A target module can only be accessed if the user holds the required access rights for the target

module to be accessed or if the console is an OpenAccess console.
connect

User module accesses a target module

disconnect

Disconnects active access

QUERY OF CONNECTION DATA

Each active connection between a user module and a target module queries the ID and the user

module name, the ID and the name of the accessing target module, the ID and name of the active

user as well as the ViewOnly status (Yes/No).
queryConnectionList

queries all connection data and logged in users

queryConnectionsByCPU

queries the connection data of a target module

queryConnectionsByConsole

queries the connection data of a user module

QUERY OF MATRIX SWITCHES

Each matrix switch queries the ID, the name, the status of the power supply, and the activated pre-

mium functions.
queryMatrixSwitchList

queries all known matrix switches

queryMatrixSwitchById

queries a matrix switch according to its ID

queryMatrixSwitchByName

queries a matrix switch according to its name

QUERY OF TARGET MODULES

Each target module queries the ID, the name, and the status of the power supply.
queryCpuList

queries all known target modules

queryCpuByID

queries a target module according to its ID

queryCpuByName

queries a target module according to its name

Advertising