Files
Administrator 14893e62a5 feat: Geutebruck GeViScope/GeViSoft Action Mapping System - MVP
This MVP release provides a complete full-stack solution for managing action mappings
in Geutebruck's GeViScope and GeViSoft video surveillance systems.

## Features

### Flutter Web Application (Port 8081)
- Modern, responsive UI for managing action mappings
- Action picker dialog with full parameter configuration
- Support for both GSC (GeViScope) and G-Core server actions
- Consistent UI for input and output actions with edit/delete capabilities
- Real-time action mapping creation, editing, and deletion
- Server categorization (GSC: prefix for GeViScope, G-Core: prefix for G-Core servers)

### FastAPI REST Backend (Port 8000)
- RESTful API for action mapping CRUD operations
- Action template service with comprehensive action catalog (247 actions)
- Server management (G-Core and GeViScope servers)
- Configuration tree reading and writing
- JWT authentication with role-based access control
- PostgreSQL database integration

### C# SDK Bridge (gRPC, Port 50051)
- Native integration with GeViSoft SDK (GeViProcAPINET_4_0.dll)
- Action mapping creation with correct binary format
- Support for GSC and G-Core action types
- Proper Camera parameter inclusion in action strings (fixes CrossSwitch bug)
- Action ID lookup table with server-specific action IDs
- Configuration reading/writing via SetupClient

## Bug Fixes
- **CrossSwitch Bug**: GSC and G-Core actions now correctly display camera/PTZ head parameters in GeViSet
- Action strings now include Camera parameter: `@ PanLeft (Comment: "", Camera: 101028)`
- Proper filter flags and VideoInput=0 for action mappings
- Correct action ID assignment (4198 for GSC, 9294 for G-Core PanLeft)

## Technical Stack
- **Frontend**: Flutter Web, Dart, Dio HTTP client
- **Backend**: Python FastAPI, PostgreSQL, Redis
- **SDK Bridge**: C# .NET 8.0, gRPC, GeViSoft SDK
- **Authentication**: JWT tokens
- **Configuration**: GeViSoft .set files (binary format)

## Credentials
- GeViSoft/GeViScope: username=sysadmin, password=masterkey
- Default admin: username=admin, password=admin123

## Deployment
All services run on localhost:
- Flutter Web: http://localhost:8081
- FastAPI: http://localhost:8000
- SDK Bridge gRPC: localhost:50051
- GeViServer: localhost (default port)

Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 18:10:54 +01:00

725 lines
216 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Geutebrueck GeViSoftSDK .NET Wrapper: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="label_geutebrueck_sdk_small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Geutebrueck GeViSoftSDK .NET Wrapper
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.5.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Class List</div> </div>
</div>
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><table>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_d_b_i_helper_functions.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DBIHelperFunctions</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act5e13d17b397379e7aa2a7181344c9ab4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByInstance</a></td><td class="indexvalue">Action 'Acknowledgement of the alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd8c37ca7223198de56c58b0a9144de0b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByInstanceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act063f5550fcf29ec2f470d35b2a8a2387.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByMG</a></td><td class="indexvalue">Action 'Acknowledge of the actual alarm on a moitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb61afa6aa6e897a0cf934f9c18cd42ff.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByMGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actbde3dc930f14428c986501743a84c810.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByType</a></td><td class="indexvalue">Action 'Acknowledge the alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf4d78ea3c283c8e5f4aa0e7cf225b2f1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByTypeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act8258ca0902856941b2a44390fccbaff5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAllAlarmsOnMG</a></td><td class="indexvalue">Action 'Acknowledge of all alarms on a moitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher14e35d1a421ee39fc1050b944a609ffe.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAllAlarmsOnMGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___action_by_name.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActionByName</a></td><td class="indexvalue">Action 'Execution of a named action' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9b6e60d43003848a4aed7fa1fbe52b7e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ActionByNameEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_b7007199eb34b78bc3793b766d075de2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActionDataCorrupt</a></td><td class="indexvalue">Action 'The action data can not be found in the data base.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher242683de64e2045bef3cc9153357f78b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ActionDataCorruptEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_33cf2d8c1908bed46399cb46386c2e2c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActivateAssignmentProfile</a></td><td class="indexvalue">Action 'Activate state profile' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher33d9489b6d4bb409da709873b86300ca.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ActivateAssignmentProfileEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actcc0b1e862cf93e7b4e3bc62d050f5f5e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a></td><td class="indexvalue">Action 'Alarm was acknowledged' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher537737c2f7a07d72873e25a372e119b9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act61c98502864540892072929054fa6094.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmCopied</a></td><td class="indexvalue">Action 'An alarm was copied from one monitor group to an other' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher10d34817014c78acb1ff784c54720a0d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmCopiedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act2c948a42dd90d26f649ef91dedf77837.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a></td><td class="indexvalue">Action 'Trigger by the display of the alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher89fec1a4028f7ee01f13d4e54b3ce8dc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act433f07bc94e4a634472409789f8d3d68.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmMoved</a></td><td class="indexvalue">Action 'An alarm was moved from one monitor group to an other.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3da011c707eff900c31345fe0d99bf51.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmMovedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act36d7fa51f55fc8c6e23167505f1bf469.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a></td><td class="indexvalue">Action 'Alarm was quitted' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere8316ec4f661e169dac83fbd5d5e0d99.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act4075243528d71b450eac3f79bbb0333e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmRetriggered</a></td><td class="indexvalue">Action 'Alarm was restarted (retriggered)' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd866931aba56756c10bf58e26c67833a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmRetriggeredEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actb69bac394170d5ce0507a8a76d7991fc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a></td><td class="indexvalue">Action 'Alarm was started' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6382c7e0deb438778315cf2803c65378.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_contact_bus_actio34dee493471ff134e91278a131cc989a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_AlternateContact</a></td><td class="indexvalue">Action 'Flash contact' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd89dc942bc63e5a0d151fef76cade821.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlternateContactEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac2e1af9bc74fc8711f1b2fb2c1a8c9a95.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraAutoFocusOff</a></td><td class="indexvalue">Action 'Turn off the auto focus of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher75b8c93f76dd76918dea996740dee909.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraAutoFocusOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac77df72ce621b9510d61be753773988e7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraAutoFocusOn</a></td><td class="indexvalue">Action 'Turn on the auto focus of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9e7ac63f034a2cc8847d23be4685d5d8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraAutoFocusOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acb14f2ab783096e220d455896c768d550.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraClearPrePosText</a></td><td class="indexvalue">Action 'Delete text at the predefined position' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb241ac70959c2d4e6d99c0924d84210b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraClearPrePosTextEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac2d2acdad5cbb4af4361750d1df1b7864.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleNext</a></td><td class="indexvalue">Action 'Next camera in camera cycle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher98769d5de4eed81e353a8c9b363e1e0e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleNextEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac56dad395b577c3a1a10b536090036ae3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCyclePause</a></td><td class="indexvalue">Action 'Pause camera cycle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4e161392307bf75c04d1e9dcada3c3d9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCyclePauseEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acad6032cc075425bb7eb2bd91775d5b13.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCyclePrev</a></td><td class="indexvalue">Action 'Previous camera in camera cycle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher962d2f3230be97aba29fad6d74b5185c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCyclePrevEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac8ffd763932e828c4bcd894c854c88281.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleResume</a></td><td class="indexvalue">Action 'Resume camera cycle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher418c962372e0feeda49fdd17e5a516e3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleResumeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_accc3483a79c37249ec2b3e55404ef3d08.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleStart</a></td><td class="indexvalue">Action 'Start of the camera-cycle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher8a1facd7958d57dfafc1179147fa11b1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleStartEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ace066e4027e105c613a0d54434243a98e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleStop</a></td><td class="indexvalue">Action 'Stopp camera cycle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbfbcd1b97c714c68de21f551d8e60d50.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac06b5f703754646e381ed8df258b2707e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraLightOff</a></td><td class="indexvalue">Action 'Turn off camera light' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherdf50d4c0917784e6e4b33ad99b452996.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraLightOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acf849f6ae5c4ef84a1ce8f1d1fc2288fb.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraLightOn</a></td><td class="indexvalue">Action 'Turn on camera light' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher70e8110f66c3baeefd32ecc4f04314b6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraLightOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_aca929aea95885dfcdb7b0a5ba7b628718.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraManualIrisOff</a></td><td class="indexvalue">Action 'Turn off the manual iris of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere8937ffce13a5522c9ca0dfbb8c10e06.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraManualIrisOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac907d2e7cfd4d8e7de0d46af4ca95a4d1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraManualIrisOn</a></td><td class="indexvalue">Action 'Turn on the manual iris of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0ef49017c35308752582ed67005b0c56.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraManualIrisOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac346190df1f8a41baa98abc2764756f41.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraOff</a></td><td class="indexvalue">Action 'Turn a camera off' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher47a998eb8f1fcedbbf32521e9eac0102.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___camera_on.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraOn</a></td><td class="indexvalue">Action 'Turn on a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher7a2166ff745098e6b4b170e50022ef6c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac2bbfc220f82060fd64477f1d314b9252.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraPumpOff</a></td><td class="indexvalue">Action 'Turn of pump of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0dbe5aef303aa8861be2e7f0c51555ee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraPumpOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac4e0b138e9f8640fdb93c6ee78930a3e3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraPumpOn</a></td><td class="indexvalue">Action 'Turn on pump of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf4f84c815cf6bd5e2f5220ccf47c7aab.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraPumpOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac27d17691e5a98b8b9f03b7b2408b5319.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraRAWOutput</a></td><td class="indexvalue">Action 'Output of a direct command to the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher5851621a948e65df6e49ada537b78c1b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraRAWOutputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac166fa44c47b967656a0d57863a44510a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSelectCharMode</a></td><td class="indexvalue">Action 'Select character set.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchercb786d5ea44b851fe410cf283de296f6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSelectCharModeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac70e959db51d1e3e8790cfda527463f4b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSetCameraText</a></td><td class="indexvalue">Action 'Set a camera text' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher55aa2e793ef7d17341fc0cf603cf336c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSetCameraTextEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acd815c3b67111543eafaf3d26bd5e5e29.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSetPrePosText</a></td><td class="indexvalue">Action 'Set text on a predefinied position' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher12b6bf103b7ac23edd5687110fe1873c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSetPrePosTextEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acdc131839c4728acfe01f2134d42cdbee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSmearAndWashOff</a></td><td class="indexvalue">Action 'Turn off wiping a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6c48441b0305d00bead30e0461c29dcc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSmearAndWashOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac2b14d2abde4c75ede31e0091d8858d33.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSmearAndWashOn</a></td><td class="indexvalue">Action 'Turn on the wiping and washing of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherad32ea4b8bd95d6950744e4b49aa1c15.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSmearAndWashOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ace24c33e5acbeec16b351c91dd7c67917.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpec1FuncOff</a></td><td class="indexvalue">Action 'Turn off special function 1' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere502b3aebdf5a01baa611c75f33d0948.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpec1FuncOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac70840c0f5749bf616c2ee13d56ee5924.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpec1FuncOn</a></td><td class="indexvalue">Action 'Turn on special function 1' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc2985a05e0a5afe2d627ccafb5bf5b8a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpec1FuncOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac04a99e62a2d6e7437a8f91dd4102832d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecUFuncOff</a></td><td class="indexvalue">Action 'Turn off special function U' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher42bafb20728c68ba957051b36e1e19c0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecUFuncOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac45af786e5e6911ccff215c9e30e9e552.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecUFuncOn</a></td><td class="indexvalue">Action 'Turn on special function U' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher34960ad61b67b9061731fee210545ff1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecUFuncOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac25d1299df89bbcffbb4e102ec6198d2e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecVFuncOff</a></td><td class="indexvalue">Action 'Turn off special function V' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher39af5a92688edefd3e38bfb14245f3f0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecVFuncOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac3b4149372e4c1f4e856f24d42b5ea6b1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecVFuncOn</a></td><td class="indexvalue">Action 'Turn on special function V' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2fd352ff543c0d25aaf2e451d302ca5c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecVFuncOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac503af7b5fdd8da7bf6ae797977a8d1e5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraStopAll</a></td><td class="indexvalue">Action 'Turn on displaying of firmware version' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere118c1ea0dc16df3460876f6028bd216.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraStopAllEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac6c1ed76c662fdab900c68c8a03767e5b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTextOff</a></td><td class="indexvalue">Action 'Turn off the camera text' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4950cd63d3b23260633cb104e6d0941a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTextOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acf72bc1d036c7a00cb8b72961c1f7ecf4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTextOn</a></td><td class="indexvalue">Action 'Turn on the camera text' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher746da9093c75575dee9fb903b489ec07.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTextOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac077a3bb3cfc5a14404a0604d2e86aaf3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourNext</a></td><td class="indexvalue">Action 'Next position in the camera tour' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher013b749d0d1a66314b35f5e1d1f3db49.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourNextEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac3f461703a1a8d522048a8e1fe55eeae3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourPause</a></td><td class="indexvalue">Action 'Pause the camera tour' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb020727828b0189a6a652b351bfc24d9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourPauseEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ace99dbbaa09e3cc775e8f19bf49352809.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourPrev</a></td><td class="indexvalue">Action 'Previous position in the camera tour' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbad4665cb57674020854d56073235485.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourPrevEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ace9404e312313543832f2f8b23990603d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourResume</a></td><td class="indexvalue">Action 'Resume the camera tour' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher114d037e059005de65e97873fca749c4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourResumeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac2e3b55b9476b27d90b11534acfdaee44.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourStart</a></td><td class="indexvalue">Action 'Start of the camera tour' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher29c1d5ad0454331b91763b59f2a68b1e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourStartEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac735dc262934fc689bc58435b27f4bc08.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourStop</a></td><td class="indexvalue">Action 'Stop the camera tour' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9a5687d920721491aea6f9c583661d3e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac49b38f8b180d9be32b40ff502d731ae8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraVerOff</a></td><td class="indexvalue">Action 'Turn off displaying of the firmware version' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf3a2d33f4b6137e791ace5a63c8d0f71.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraVerOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_d4683477e2c0dde8a538c2824c1927e3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ChangeRightProfile</a></td><td class="indexvalue">Action 'Change right profile of a user' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher15c9ad40aaf9446fb5c31572cff9861b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ChangeRightProfileEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac0f8f3dedf0e6d3e3a47afb18541ec58b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_ClearAlarmFlagVideoInput</a></td><td class="indexvalue">Action 'Clear the alam flag of a video input. - Attention - the video input will not cleared.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher23896b4a440f535feb1095ac6889c780.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ClearAlarmFlagVideoInputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_acf0cbe864f9118c8f365e12dcda201960.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_ClearAlarmFlagVideoOutput</a></td><td class="indexvalue">Action 'Clear the alarm flag of that video output' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9103e2bc1cd81f3281e7b5d1970058d3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ClearAlarmFlagVideoOutputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_acb4423dfb31187664220536ed213be181.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_ClearVideoOutput</a></td><td class="indexvalue">Action 'Clear that video output' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2e27c260f31a0e6d58063c695ef4117f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ClearVideoOutputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_contact_bus_actio70d4906d8350138d0248a23f22d1e0d7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_CloseContact</a></td><td class="indexvalue">Action 'Close a contact' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd3e198e812bdd713742e4f1116a5d94b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CloseContactEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actee344566be807e8a441b32ed3ef82385.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyActualAlarm</a></td><td class="indexvalue">Action 'Copy actual alarm to an other monitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6a3da7c4407480a0da6df81bd3889546.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyActualAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actb0b0cf402346621897f68420ad4972ea.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyAlarmByInstance</a></td><td class="indexvalue">Action 'Copy the alarm to an other monitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2da40834f76bf037a45a60c7df55963e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyAlarmByInstanceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac6912b04320b28f8ddc8df30f548f05d1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CopyCameraOnMonitor</a></td><td class="indexvalue">Action 'Copy a video input from one video output to another one.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher16f2c45731042181e247e261c19c0b82.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyCameraOnMonitorEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac74374840d3981445c11587a381cff651.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitch</a></td><td class="indexvalue">Action 'Switch a video input on a video output' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchercfa47926bc27dd88697ad702243ee35e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac5476a9bfacecf602c21ed7bb83e1fe0e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitchWithAlarm</a></td><td class="indexvalue">Action 'Switch a video input on a video output' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc6088fa7a61bdb93834ac300506e9edf.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchWithAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___custom_action.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_CustomAction</a></td><td class="indexvalue">Action 'Customized action' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher719155305e65b7d0ab543fef4380fdfe.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CustomActionEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_actions3b14c99019a54b096f2832e334c6e2f7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseActions::GeViAct_DataBaseFailure</a></td><td class="indexvalue">Action 'Database failure.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher119fcaf0c1300e2a7cd0c737ab0f8a0f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DataBaseFailureEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_actionsdb46746c9c3716b14f578ee71c398358.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseActions::GeViAct_DataBaseMissing</a></td><td class="indexvalue">Action 'Missing database' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3430dae215bcd5eb3fcbea778cd3e06e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DataBaseMissingEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_actions6c8bf9113ff62387c3494a79ba2ae7bf.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseActions::GeViAct_DataBaseReady</a></td><td class="indexvalue">Action 'The database is ready.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2baa2ac3090fb9e00a643f3f6ab71397.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DataBaseReadyEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac72a8e7fee7a8c4292a3837c6bf8d07f7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_DefaultPosCallUp</a></td><td class="indexvalue">Action 'Move camera to a base position' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc8598fc773e5903eb6c88f59d7a359e8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DefaultPosCallUpEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acb307bac8b6fe82a19d520f40d6437dfd.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_DefaultPosClear</a></td><td class="indexvalue">Action 'Clear base position of a camera.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher01d60c532f12bd63dacb15af4cd26649.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DefaultPosClearEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acf9d8db4271791faf00ef5e7b798ebe1a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_DefaultPosSave</a></td><td class="indexvalue">Action 'Save the base position of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbf9b83a73aa1afe72daa449dbf2d9e48.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DefaultPosSaveEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___disconnect_user.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_DisconnectUser</a></td><td class="indexvalue">Action 'Explizit logoff of a user' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcheraf6d67c47e3cb3553343277185dcc83d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DisconnectUserEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___event_relation.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventRelation</a></td><td class="indexvalue">Action 'Event relation was triggered' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb432881c8baaa8b8dd637595bf941c95.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventRelationEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___event_started.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStarted</a></td><td class="indexvalue">Action 'Start of event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4777e8735ff4df04061e2ca7b106a363.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStartedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___event_stopped.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStopped</a></td><td class="indexvalue">Action 'Stopp of event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchercd769550bce8b9c18a7f04da08348a85.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStoppedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac39a80f3270228e2739101e22263ad9d0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FastetModeOn</a></td><td class="indexvalue">Action 'Turn on the fast mode' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher50cfabba59cece64036d16399f500cd6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FastetModeOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___focus_far.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusFar</a></td><td class="indexvalue">Action 'Set camera focus farer' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcheree706929e4510f87f4daa51dbdbc1b01.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusFarEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac2821f4193a41354478779781300ba03f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusNear</a></td><td class="indexvalue">Action 'Set camera focus nearer' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1ad63309d5ab5e159d406730650a2d35.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusNearEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac02c89bbf0a3c901a8aea2fb0ede7ead2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusStop</a></td><td class="indexvalue">Action 'Stopp the focussing of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere699f16f29655143b2d45035456871aa.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_gevi_scope_action3ed4686561b81bbbbf228b9367516566.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeviScopeActions::GeViAct_GeviScopeServerConnected</a></td><td class="indexvalue">Action 'GeviScope server connected' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchera8611420444872653acb12a473792464.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GeviScopeServerConnectedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_gevi_scope_actionfe83f1c81b6b7c07489af501d19efd0a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeviScopeActions::GeViAct_GeviScopeServerConnectionFailed</a></td><td class="indexvalue">Action 'Open GeviScope connection failed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher82a3046d157d5c34602ef515b3f211d8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GeviScopeServerConnectionFailedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_gevi_scope_actionda873114b08d17ec73d5f3d46795736b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeviScopeActions::GeViAct_GeviScopeServerDisconnected</a></td><td class="indexvalue">Action 'GeviScope disconnected' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4bc267ecad007631464cedb85ca86a99.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GeviScopeServerDisconnectedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher84a4786ba7d54e7e9ed8593f9f78a03f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GscActionEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___historical_alarm.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalAlarm</a></td><td class="indexvalue">Action 'Historical alarm message.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher735f99a393dd19be53d6d6103b6a854f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___historical_input.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalInput</a></td><td class="indexvalue">Action 'Historical contact message.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchercdea58843d90a43d66825cc1093f1494.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalInputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actiofc260773bdb776fae005f61543a01042.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorCameraOutput</a></td><td class="indexvalue">Action 'Output command to the connected camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3c6b9629a1c5f342c3ee6c4f40e199df.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorCameraOutputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio0b6323fe3cfc31eb8edd27df8c6daf05.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorDimLevel</a></td><td class="indexvalue">Action 'The current dim level of the illuminator' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherab204ee9b4da529f4676f75fa892551c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorDimLevelEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio0005475de81c062135c4f675553ff9c0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorGetDimLevel</a></td><td class="indexvalue">Action 'Get the dim level of the illuminator' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1b869e2783f4cd886da5be97f891cd04.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorGetDimLevelEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actiocbe7e48fbb6673d9e32b2f03067424ff.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorLightOff</a></td><td class="indexvalue">Action 'Turn off the illuminator light' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1b554a10f8561089bb628f68e7a27f4e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorLightOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio97830a5200a4d2a8732332325594cd1f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorLightOn</a></td><td class="indexvalue">Action 'Turn on the illuminator light' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher305cdc4af454d6b1a7f3b0e6281d53a6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorLightOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio6273fb1ee1494246d8d062dde62af71c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorOff</a></td><td class="indexvalue">Action 'Turn off the illuminator' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2ea54c83fc95ec6d5199dcce92f203f8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio7443b6999b97c0f92d8c478789c392f3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorOn</a></td><td class="indexvalue">Action 'Turn on the illuminator' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher74af7df210570404e2b4b8a647cea67f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio68b319d7bf23cb7107f916103aca6400.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSetDimLevel</a></td><td class="indexvalue">Action 'Set the dim level of the illuminator' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchera5c0209fea280eaf0428e12d222b84f2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSetDimLevelEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio41941065900cc32f11556232a395f600.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncUOff</a></td><td class="indexvalue">Action 'Turn off the special function U' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher072cc8822f79d6d225234a9704296d36.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncUOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio55a6d4a8e9b8646c141ac9460b53c684.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncUOn</a></td><td class="indexvalue">Action 'Turn on the special function U' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher7883ca4614f4626b5b4bc42b4bebab3e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncUOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio973605781a706d8845d32031b64ac395.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncVOff</a></td><td class="indexvalue">Action 'Turn off the special function V' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher946a90736b678a5edcc82bb045f6566d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncVOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actio766c73fea425ed880357db519e787caf.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncVOn</a></td><td class="indexvalue">Action 'Turn on the special function V' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6df7a07d4c9fad574e5a2478855c5659.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncVOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actioc204e059ed850cf85e498590cf4e2ff5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncXOff</a></td><td class="indexvalue">Action 'Turn off the special function X' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4a53af3a4f868be4f5432f4a8d6afc49.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncXOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actiob501fb174f15395e0878991256ca5635.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncXOn</a></td><td class="indexvalue">Action 'Turn on the special function X' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher014d88aa7f3f6c4be28494dee78768cb.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncXOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actioeee7a04fed6a6998ea09e0aa9351d362.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncYOff</a></td><td class="indexvalue">Action 'Turn off the special function Y' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher867409a1db3e586177bbb202ef0a281e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncYOffEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_illuminator_actioca8a3b226bdd4b736f39936e7fd093b7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncYOn</a></td><td class="indexvalue">Action 'Turn on the special function Y' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher5f45c4b305787f1241e93a3ebc15fb59.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncYOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___inform_all_users.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsers</a></td><td class="indexvalue">Action 'Send a message to all users' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher702bdb271eabb1b510cb35e35bd17184.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_76870519d504e07ab4ae713fd10e4103.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsersMSG</a></td><td class="indexvalue">Action 'Send a message to all users' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbc5d125fe9c3c777f17b19256e01c027.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersMSGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___inform_user.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUser</a></td><td class="indexvalue">Action 'Sending of a message to a user.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher519c0a538039611aec4978c6cd184eec.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___inform_user_m_s_g.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a></td><td class="indexvalue">Action 'Send a message to user' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9479b30bed315721304702e3eff7de78.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_contact_bus_actio3c369269f3b8409880dcf7dac368a24c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_InputContact</a></td><td class="indexvalue">Action 'Input event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher810c38c7582d69f14169d689b3147b90.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InputContactEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_contact_bus_actio4ea38bf1037d3c19083ff0e8c36d7294.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_InputContactSabotage</a></td><td class="indexvalue">Action 'Input event sabotage notification' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher7a1ac3671233231e395a0ca4faaafa75.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InputContactSabotageEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac4973164720483a5c0d91cba2ec6293c7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_IrisClose</a></td><td class="indexvalue">Action 'Close camera iris' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher68a6ec7d0dc60a6374697d83cddfcfd5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IrisCloseEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___iris_open.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_IrisOpen</a></td><td class="indexvalue">Action 'Open the iris of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2bdffae856505c2f3cf52c93d73daa1a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IrisOpenEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___iris_stop.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_IrisStop</a></td><td class="indexvalue">Action 'Stopp closing the iris' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6be921289e958e18b2d5ce6be0aa4e27.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IrisStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___log_last_action.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogLastAction</a></td><td class="indexvalue">Action 'The input action of the current action mapping will be logged.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0d55bc9f27bb7c0dcdd654b2e5dc6199.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogLastActionEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___log_message.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessage</a></td><td class="indexvalue">Action 'Log message' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0b58e1aae4fa37d0c4951b49a53716a0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___log_message_m_s_g.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a></td><td class="indexvalue">Action 'Logging of a message' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere2fdb1c8d24f7cfa97ee177cca4e3bd6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___log_source_action.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogSourceAction</a></td><td class="indexvalue">Action 'The input action of the first action mapping of this action mapping chain will be logged' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6734e7e491e1a7975069bcd9101b79ee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogSourceActionEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act48431bfc70588df2e29bbdea4db18aa7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmAck</a></td><td class="indexvalue">Action 'AlarmAck-report at a MBeg' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc3efe8adb630c8b0eab390ee4b1c3cf3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmAckEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actd06fd5af2c3cabded3fe3a8201b41dd2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmQuit</a></td><td class="indexvalue">Action 'Report of the alarm quitting to a MBeg' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher289695fa04157aabc2caed66b967754f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmQuitEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act0c2e6958c765acf0ecde8d26db14d35b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmStart</a></td><td class="indexvalue">Action 'Report of a alarm start at a MBeg' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher28eacc380e718384d43f0da293a349c6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmStartEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acb2773e6f74d5ded3a2003423b5f253a8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegInitRequest</a></td><td class="indexvalue">Action 'Request of a MBeg initialization sequence' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6b4fcb5f45e7770909a587ff63f0716c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegInitRequestEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac80753a1dcce7ecc55ce8c1d0fec10b6d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegInitSeq</a></td><td class="indexvalue">Action 'MBeg init sequence' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb2ddd084d39813ef339f1ea413cf561d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegInitSeqEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acd73c9f90f97f9c3494a8d06657ffd47a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegLockCamera</a></td><td class="indexvalue">Action 'Request the exclusive PTZ control' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher079fca95b04ff2ac27c3231d3b95ef1c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegLockCameraEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac5abf1cf8c2f9463df9d5500ab7a29f36.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegUnlockCamera</a></td><td class="indexvalue">Action 'Release the exclusive PTZ control' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3aa68e0b8353de101ee1ddc5a6d4186c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegUnlockCameraEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_103a02e0570d5f038f9a7575491b10c34.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmAuxiliaryInput</a></td><td class="indexvalue">Action 'MIP alarm auxiliary input' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6ca385f2f0eeab445bad511f7c85e484.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmAuxiliaryInputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1_ge_vi_act___m_i_p_alarm_cable.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmCable</a></td><td class="indexvalue">Action 'MIP alarm cable' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher29a902b20b074fe4f654fe2a2314e726.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmCableEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1a9c241b8a61e4a6df0f2de153d0d53aa.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmLUTamper</a></td><td class="indexvalue">Action 'MIP alarm LU tamper' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbf5eb96031a2bc44789d999039438b9b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmLUTamperEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1b6985e40ac302cf512c222f22e83078e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmPMTamper</a></td><td class="indexvalue">Action 'MIP alarm PM tamper' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbeee67bc3a141cb3cf8e8e2b2230613c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmPMTamperEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1ee10420c55f63fa423730bbad6920c6f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmRMTamper</a></td><td class="indexvalue">Action 'MIP alarm RM tamper' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherac5298c6f3a6d527fc6576f2092d1abe.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmRMTamperEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1565efa83261c0d091b64003e350dbbd5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliaryAlarmState</a></td><td class="indexvalue">Action 'MIP auxiliary alarm state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher58141cab0ee0d3d9badd99c97b41feef.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliaryAlarmStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1f0f5172d1230fbc4777dfd867b538229.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliarySensorStatus</a></td><td class="indexvalue">Action 'MIP auxiliary sensor status' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere1db223f802ed87b7af71eab1fe82ab6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliarySensorStatusEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_11459ab61f2024e5e986b30f32d6cf870.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableAFaultState</a></td><td class="indexvalue">Action 'MIP cable A failure state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherfc7f3a0cb620bcb956938ee73e31dd1f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableAFaultStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_13948144b78811cf17e77de96c35ce8b3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableBFaultState</a></td><td class="indexvalue">Action 'MIP cable B failure state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0763597e4e5586a7c1683c82c3771d64.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableBFaultStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1dd3b87ad03f4637dad6978e1c4c6d92a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentAlarmState</a></td><td class="indexvalue">Action 'MIP display segment alarm state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf1b7ec1104b3c0edc274e150a4cbb80e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentAlarmStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1dd5da2c2d882c06bd05365e4a43cdf26.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentStatus</a></td><td class="indexvalue">Action 'MIP display segment status' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0e1940a19dbff3d64377d1021cfcd6b0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentStatusEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_18dbbc49429ada6078b1efa1d727532ec.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperAlarmState</a></td><td class="indexvalue">Action 'MIP LU tamper alarm state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherfa369583fa7544a2cdd2ec316968ddc4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperAlarmStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1f92df94a20bd4f579a8dffda5d026201.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperStatus</a></td><td class="indexvalue">Action 'MIP LU tamper status' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc49abcfe7aa7d4d946181158dc3470aa.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperStatusEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1_ge_vi_act___m_i_p_offline.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPOffline</a></td><td class="indexvalue">Action 'MIP interface offnline' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher922217bbf305c753af520f6ec60b54ee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPOfflineEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1_ge_vi_act___m_i_p_online.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPOnline</a></td><td class="indexvalue">Action 'MIP interface online' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1d1420de2fc6fa5676d1d22f8007cb53.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPOnlineEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1be7a8793e16e3b339702aacdb11dcb56.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMComFailState</a></td><td class="indexvalue">Action 'MIP PM COM failure state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2332536497421aaf53a90e82565ea558.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMComFailStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1ab3dc09e098e7c3f1667571689cea8dc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperAlarmState</a></td><td class="indexvalue">Action 'MIP PM tamper alarm state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3ba9fa2e6e405fefe695f11ec034c37f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperAlarmStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1426910812b356e3492233b1f02ec5cee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperStatus</a></td><td class="indexvalue">Action 'MIP PM tamper status' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere74b380109e9c683b56b409056a72479.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperStatusEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1690078730ae31988cfca3a3489273827.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPQueryInterface</a></td><td class="indexvalue">Action 'MIP query interface' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher53ae7479fbb6ae64c2e0a0de679c8e0b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPQueryInterfaceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1779397b8d06e7b19de879650bb8eb518.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMComFailState</a></td><td class="indexvalue">Action 'MIP RM COM failure state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc30a80ee731a87aea70b32e2416a7d15.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMComFailStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1fc0014a0bce3848a5defaece625d42be.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperAlarmState</a></td><td class="indexvalue">Action 'MIP RM tamper alarm state' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher221e9ff77484dd3d16f4bfccf4bd1bb0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperAlarmStateEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1c37f8d225d72346b64f288fc00112ab1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperStatus</a></td><td class="indexvalue">Action 'MIP RM tamper status' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3776f4a0ad295648586ee4b25bfb1ded.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperStatusEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1e7a8ffa152854ec57b79f83625b8b73e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliarySensor</a></td><td class="indexvalue">Action 'MIP secure auxiliary sensor' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb708bb7b3629a72b1576984f950d9b79.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliarySensorEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_18a23517e5b542cec771bbe3ddf008c92.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP1</a></td><td class="indexvalue">Action 'MIP secure TP 1' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher86da484eaeea75877e471a779f676b6e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP1EventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1d6ebb05f673e86cb4397121d5ef54b23.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP2</a></td><td class="indexvalue">Action 'MIP secure TP 2' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher8738f55f548d9061d6a998beded74be6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP2EventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1a21387ab3dd58bc0470ffcb90d6ac36e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureDisplaySegment</a></td><td class="indexvalue">Action 'MIP secure display segment' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher37369b3b8e35ffc9445cb55e11375762.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureDisplaySegmentEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1_ge_vi_act___m_i_p_secure_l_u.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureLU</a></td><td class="indexvalue">Action 'MIP secure LU' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2a336edf3e4c65d57616fbf0b9c616ff.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureLUEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1_ge_vi_act___m_i_p_secure_p_m.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecurePM</a></td><td class="indexvalue">Action 'MIP secure PM' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf0a85150a2685d3241c49f2be4f23980.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecurePMEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1_ge_vi_act___m_i_p_secure_r_m.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureRM</a></td><td class="indexvalue">Action 'MIP secure RM' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere4ebd7a1f52292c0f93a5f3d46da9fe2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureRMEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_19237e082a1799965770393b97c55b6d1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnARelayControl</a></td><td class="indexvalue">Action 'MIP turn a relay control' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6aa941e77f5e51a4dbe287b9cc18181e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnARelayControlEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_m_i_p_actions_1_1103e01b0a0ad0466c4c51771c107bfb8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnRelaysOnOneZone</a></td><td class="indexvalue">Action 'MIP turn relay on one zone' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc2c29f833aed183a35e59a8bf4aa8d87.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnRelaysOnOneZoneEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act25c24c3f8d946cc8daae8f8fd92eb751.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupDisable</a></td><td class="indexvalue">Action 'Disable monitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherefa6eb01eed30b6a7f8105400b82bc71.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupDisableEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act102e974098ece949bb5c1e53b85c10e4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupEnable</a></td><td class="indexvalue">Action 'Enable monitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher20b3c555186d5bb649de3136d0296895.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupEnableEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actb0089076e7ed61d089f73aba92199f2c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupStatusChanged</a></td><td class="indexvalue">Action 'State of a monitor group has changed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher48101e5f6e096b5f87f93368c3ac4c21.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupStatusChangedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act1b8209878271601fd2bd2d58086269e7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveActualAlarm</a></td><td class="indexvalue">Action 'Move alarm to an other monitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb01ec7379c2d5e7ef32452c9c3a3915d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveActualAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act8112e07fc5c8e7588a2707a7c862ec8d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveAlarmByInstance</a></td><td class="indexvalue">Action 'Move the alarm to an other monitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9f1bf064e31043a053edfdcaae5a0f10.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveAlarmByInstanceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1caafc1c6fe4409d48a8868235eda51ed.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a></td><td class="indexvalue">Action 'Start of the event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher5d6751380a2d22b53fe044147df8dbea.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_130100e58e7eb6e4935ef999aa0087ee9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a></td><td class="indexvalue">Action 'Stopp of an event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbb69bfe1426e54f8b29105bb52170db4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1653f3138388bde3cbff31aa374c3f3e9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnected</a></td><td class="indexvalue">Action 'MULTISCOPE connected' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb57dfb40f2831f337f1289eaa8488753.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_15fb93ed2a9489eb32de2f5cf44b2708c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnectFailed</a></td><td class="indexvalue">Action 'Open MULTISCOPE connection failed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3fb806f281a7b1681f85c2369969b1d6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectFailedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1707e77a9951a53e34b39ca3010030dbc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnect</a></td><td class="indexvalue">Action 'Close MULTISCOPE connection' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1f0326b1526d9a951eccb115aa7440d87.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnected</a></td><td class="indexvalue">Action 'MULTISCOPE disconnected' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0d2bba47e444fb323781f4e5275cc186.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9cd09df5313913c71959bedf95868948.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1fc18f70792850f3d9eae354ccb9e4d81.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscSetupModified</a></td><td class="indexvalue">Action 'MULTISCOPE Setup changed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd33dedd5bcc375fde6c854887d36ce32.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscSetupModifiedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acadbd2074dc114cc4d6a8fd9224406869.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_NormalModeOn</a></td><td class="indexvalue">Action 'Turn on normal mode' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1f1f5a6ff4e4bbb17f710271bdd00a4e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_NormalModeOnEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_contact_bus_actions_1_1_ge_vi_act___open_contact.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_OpenContact</a></td><td class="indexvalue">Action 'Open contact' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher43792574a73f7d5ae74891817029f280.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_OpenContactEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___pan_auto.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanAuto</a></td><td class="indexvalue">Action 'Automatic panning of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher96f6f8291cae17673638704090235b06.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanAutoEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___pan_left.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanLeft</a></td><td class="indexvalue">Action 'Pan camera to the left' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher92a1a28bddd843d154a5a7291c347e68.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanLeftEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___pan_right.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanRight</a></td><td class="indexvalue">Action 'Pan camera to the right' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9ee953f9e42c481ce69312f5b3c2ac81.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanRightEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___pan_stop.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanStop</a></td><td class="indexvalue">Action 'Stopp panning of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchereb5119ecb59d758f5193779d2713e211.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actc7f89282b6e762db5c0d044bb88a1533.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpAlarm</a></td><td class="indexvalue">Action 'Display alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher24d37a7fbebe66a335e08e50a1166a6c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_acte36c29a5e91af9347b2a4c9b6fbc6283.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpNextAlarm</a></td><td class="indexvalue">Action 'Send the actual alarm back in the queue and send the next to the monitors' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher69c354eaba63da5396736ba9ec2044b3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpNextAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acf78d63333e0bb364bbd4cdcff32c335e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosCallUp</a></td><td class="indexvalue">Action 'Move camera to a fix position' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherde566713468a5afe3201f83a7bad3d3c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosCallUpEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_aca82723743e9d94f2259ad7750c7b418e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosClear</a></td><td class="indexvalue">Action 'Clear fix position of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher889bf4026b531165cce08826829899ee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosClearEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_ac6a3177e4bcc0e14354a509a23973457d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosSave</a></td><td class="indexvalue">Action 'Save a fix position of a camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb723c858de75c40716ecb4de397afb00.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosSaveEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_actb5737fe6e99d1273deafc54796e15004.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByInstance</a></td><td class="indexvalue">Action 'Quitting a alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3bbbff857f7a265d77b9ab0ea5be526e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByInstanceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_acta7d97edf8172e0e215838a00a938aea0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByMG</a></td><td class="indexvalue">Action 'Quit an actual alarm on a monitorgroup' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2d3f6ec301ffe40fcc33564bdc1eb8b3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByMGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act014684663dd22ed53d34252a0ac0415d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByType</a></td><td class="indexvalue">Action 'Quitting an alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9ce0f0c029d8fbd91aeb69eb94750aca.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByTypeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act7dabfbad2eea01421fd5d3c57012c4c6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAllAlarmsOnMG</a></td><td class="indexvalue">Action 'Quit of all alarms on a moitor group' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9f83525f0e132aba6ae030339a86a5cc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAllAlarmsOnMGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___red_change_master.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedChangeMaster</a></td><td class="indexvalue">Action 'Set new server as master' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher822c952276ffefd471e80ffeb7768662.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedChangeMasterEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_e0f25527b6e02314064ad3076f4cd638.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedConnectionMasterChanged</a></td><td class="indexvalue">Action 'Connection master was changed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4b720f99df57ccd7b7c01b6828d50ac1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedConnectionMasterChangedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___redirect_resource.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedirectResource</a></td><td class="indexvalue">Action 'Redirect resource.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherda4748754d0f1b57743c32af2815529e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedirectResourceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1fa09e1195026f710365ab709284beaf.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedMasterServerChanged</a></td><td class="indexvalue">Action 'Master server was changed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbf61dd63858891436c8d0e1c2befcaee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedMasterServerChangedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_c1bc857349397ace467448c9d275260b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantLoginFailed</a></td><td class="indexvalue">Action 'Redundant login failed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher587ee09267e8073e665868ea180224e7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantLoginFailedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_a71b1defaa313868874c74b04fb38e94.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantUserLogin</a></td><td class="indexvalue">Action 'Redundant login successful' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf46ab28127f647a6766c2cece8b0df39.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantUserLoginEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___rescann_request.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RescannRequest</a></td><td class="indexvalue">Action 'Request to all users to perform a rescan' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere75d4211a121bf43677a954a48c5ba41.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RescannRequestEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_ac4342b48be68308e9e691ae9e8ace7e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RescannRequestToClient</a></td><td class="indexvalue">Action 'Request to a user to perform a rescan' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher51af3406627d1641f35105889fde0496.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RescannRequestToClientEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_550c85b88afd350f871178fc7747f174.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RestoreRightProfile</a></td><td class="indexvalue">Action 'Restore right profile of a user' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher562d1675fdeb962d3672cbe55b0dee91.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RestoreRightProfileEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___send_raw_data.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawData</a></td><td class="indexvalue">Action 'Output the data to a RAW- or any other serial interface' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher857e2db6dc7e02af08f34148c595b9ab.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_393ccd171ff500e8f175ca586af5c5b5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawDataMSG</a></td><td class="indexvalue">Action 'Output the data to a RAW- or any other serial interface' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher6acb4537f0a4208808893cdbf08b76b9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataMSGEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_alarm_control_act9085203145714b58a877163f77c58006.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_StartAlarm</a></td><td class="indexvalue">Action 'Start of a alarm of a special typ' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd6cdd2d72835207b2f3a6237ab129e8f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___start_event.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StartEvent</a></td><td class="indexvalue">Action 'Start of event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher94e680e6d9e93991f45fef37e0c8b3dc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartEventEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1_1_ge_vi_act___start_msc_event.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a></td><td class="indexvalue">Action 'Start of MULTISCOPE event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher13a40beedfd74de6ee7dc7bab1e53d1d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___start_timer.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StartTimer</a></td><td class="indexvalue">Action 'Start timer' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher3991619caea6692c9112cb682a01b74b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartTimerEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_edb7386f4a391b07163f0d9f0b214817.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopEventByInstance</a></td><td class="indexvalue">Action 'Stopp the event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere2dccb7d1e792446a31b6969d6df48ab.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopEventByInstanceEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_7a2007c3dcd04ab0bc206a0e34693181.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopEventByType</a></td><td class="indexvalue">Action 'Stopp the event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchered4ee6b0d9652fbeb6080be247a38f7b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopEventByTypeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_msc_i_i_actions_1_1_ge_vi_act___stop_msc_event.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StopMscEvent</a></td><td class="indexvalue">Action 'Stopp a MULTISCOPE event' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf1e370d6aa3d0ea43473f639dac0bc47.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopMscEventEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___stop_timer.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopTimer</a></td><td class="indexvalue">Action 'Stopp the timer' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher8ecd98ac34ca8d58efc18c10ca951257.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopTimerEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___sync_time_request.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeRequest</a></td><td class="indexvalue">Action 'Request to all users to perform a time synchronization' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc3e657f9d80dac51509c347a4f38124d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeRequestEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_6d41d47666546793014e14af44d0a53d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeRequestToClient</a></td><td class="indexvalue">Action 'Request to a user to perform a time synchronization' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf942a4565587fe0c916bdd6260d8680d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeRequestToClientEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_9b14850d44c61d30853b7ea3086dc928.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTime</a></td><td class="indexvalue">Action 'Explizit setting of date and time' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_cbc977b74283fb02a9f8596f939b04f6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeActual</a></td><td class="indexvalue">Action 'Explizit setting of date and time' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher5d875e2f8fd5dd67d6603853f34dad95.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeActualEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_845b6ecfef71c9183fee5bd11963fe8d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeClient</a></td><td class="indexvalue">Action 'Explizit setting of date and time' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere28be0b6fed24d260da2e0959a0df267.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeClientEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher351b9397a39afac73daa895107fe4783.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___system_error.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemError</a></td><td class="indexvalue">Action 'System error' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher64eb8d6efeccd1bdbe4d8abd43eb9e14.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemErrorEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_d60f09fdb1bccbbe8b20be516b1d7dc3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemSettingsChanged</a></td><td class="indexvalue">Action 'System settings changed.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchere5623f442c64de8e6bc9ccf28d88280a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemSettingsChangedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___system_started.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemStarted</a></td><td class="indexvalue">Action 'The system is starting.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9f1016ed21bd03a8f13832ef07301ad9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemStartedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___system_stopped.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemStopped</a></td><td class="indexvalue">Action 'The system is stopping.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf2c685aba24497cb998db8ea871e71f4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemStoppedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___system_warning.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemWarning</a></td><td class="indexvalue">Action 'System warning' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchera464dbd8184dd50a1efc76aa79d36388.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemWarningEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_accecfb818ed66bd5f523652956e7cef00.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TakeCameraControl</a></td><td class="indexvalue">Action 'Take over camera control' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher8c93abc1a3b9f1cfbe0c316befe73158.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TakeCameraControlEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___tilt_down.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltDown</a></td><td class="indexvalue">Action 'Incline the camera down' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd76aae38ed47f934ac18bf0345917fa2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltDownEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___tilt_stop.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltStop</a></td><td class="indexvalue">Action 'Stopp the inclinig of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9eed407041b9f00b4faf7872dd6165fe.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___tilt_up.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltUp</a></td><td class="indexvalue">Action 'Incline camera up' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4b92252aa38d38fc06b5f9cbc5a5dca9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltUpEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_time_ranges_actio4f1c63e6ebfb9748e200a7f4e7708e0c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::TimeRangesActions::GeViAct_TimeRangeEnded</a></td><td class="indexvalue">Action 'Cancel time range' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher86c00ec0e128d84af556e63d0b926f42.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TimeRangeEndedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_time_ranges_actiofd3a90b63e37020e879b3e6c3956323e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::TimeRangesActions::GeViAct_TimeRangeStarted</a></td><td class="indexvalue">Action 'Start of the time range' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc94ba16582a8287d102e496f5532cd4e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TimeRangeStartedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___user_login.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogin</a></td><td class="indexvalue">Action 'User has logged in.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher16d2cf51ed71ab4fb3e027f99aa8aa4f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___user_login_failed.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLoginFailed</a></td><td class="indexvalue">Action 'Login failed.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher5d506ef23aef5c375d8cbfe0da8ee02b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginFailedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_1_ge_vi_act___user_logout.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogout</a></td><td class="indexvalue">Action 'User has logged out.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher37aabf71c5273f6af907acc49e946625.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLogoutEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac06708758e4bf7022025edcb31aa2c7e0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoClearTextOut</a></td><td class="indexvalue">Action 'Clears the free text' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherc62a2bdf4585b9ca05c49b0023ef1de8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoClearTextOutEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac6c2f4ef17f5dcf71f4d65648e8a04c5e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastAlarm</a></td><td class="indexvalue">Action 'The image is disturbed.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher4c4c4d42422e57aaebfcbe3aedc9c241.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac340ecc74d3816425df22606719a59fe6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastOk</a></td><td class="indexvalue">Action 'The contrast is OK again.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherab3c7643bd05546e063d5efae8c85ac7.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastOkEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_acf72a3846abc220b0a18d339f11382838.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastPreAlarm</a></td><td class="indexvalue">Action 'The contrast is critical.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherfaa06bb5a61f339bd81e3254fec43116.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastPreAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac1f56ec783e8a7b92ae2fd36d6952d352.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoSyncFailure</a></td><td class="indexvalue">Action 'Sync-signal failure.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher392c0289c5288e55923ea0493833e22c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoSyncFailureEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac935b35171c3f1fda5de5328fb8e3c100.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoSyncOk</a></td><td class="indexvalue">Action 'Sync-signal works correct again.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher7ae3300c8b2eaa6ea744d592e2278cc1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoSyncOkEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac8664c7a119149314d7f41ebb4f0772ae.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoTextOut</a></td><td class="indexvalue">Action 'Display free text on that video output.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherca3af3886d5caf5603e42ba10404a4b3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoTextOutEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_aca9de56d76a3c622fef7105e231dfb5fb.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdRequest</a></td><td class="indexvalue">Action 'Internal action requests the threshold value of an input' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1ef532d480902c0299a4cbe8706cd5c0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdRequestEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_acc7eae752f2283e638cfab8e957c40d9b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a></td><td class="indexvalue">Action 'Internal action, return of the threshold value of an input' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9819b3c8f744a43e1c1e5afa914dfed6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti59475e513ef62f452270ab75b50e4cd5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30PMMode</a></td><td class="indexvalue">Action 'Mode is 'Working' or 'Setup'' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchera82794c582b1c92e0c181689d6f4d434.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30PMModeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti4b5c146465a72c2afa2472ab9cd82cd9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30VMDMode</a></td><td class="indexvalue">Action 'Mode of the VMD' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher638519a7c54be092c86105961d233524.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30VMDModeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti763eed56dfd3cf25aa7418e36120d859.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmEnd</a></td><td class="indexvalue">Action 'Alarm has finished.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9850731b4c084b8746c82b502b4cca85.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmEndEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti16229e7e4c0c65b4091bab198ef51ed1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmExtern</a></td><td class="indexvalue">Action 'External alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher11500dfdc922b941f26da7091f18ebd0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmExternEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti3e47c67e6c6b87beb3ae622a7490e37a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmInField</a></td><td class="indexvalue">Action 'Alarm in a field' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher229a7f5d2ecb3f6403e5793cc421c608.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmInFieldEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti82f9ce5a79e61773a43d7da4847cc512.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAllTestAlarm</a></td><td class="indexvalue">Action 'Test alarm for all VMD's of one client.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher148243c65a7c9580e0833dd8c2da9a67.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAllTestAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti1d5137454649976f256dba006abb47ec.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAllTimerReset</a></td><td class="indexvalue">Action 'Reset of the timers of all VMD of a client.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2efe5c6a3f6b50ff60e41d28c21fe369.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAllTimerResetEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actions_1_1_ge_vi_act___v_s_armed.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSArmed</a></td><td class="indexvalue">Action 'VMD armed or disarmed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf25fe62f41948b49ea8a503f2ea31686.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSArmedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actic6a9f2cf067b6e80ce8d5ed2417b6168.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSChooseSavedPicture</a></td><td class="indexvalue">Action 'Choose a saved picture.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherb8ad437bb6008a30fdee86184e9e1467.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSChooseSavedPictureEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actica6221a1bb07831b59a024e1917f1daa.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureDetect</a></td><td class="indexvalue">Action 'Picture OK respective picture failure' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd7a7b53a0a97d5ebe4f1d9110ab0636e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureDetectEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actid9287ef00fa4f2f853b8a4bccdfebe4f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureToCommonOut</a></td><td class="indexvalue">Action 'Set one picture to a common output' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherf0a6876d8ed432ce5f678560644a5c8f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureToCommonOutEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti5831f2e81be28a135d0f475039bcc083.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureToOutput</a></td><td class="indexvalue">Action 'Set a picture to an output' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherbe9f870afcb182da2ad3f0dcffe15df0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureToOutputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actib64f15d276b030e204c3be5f985d1da3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPreAlarm</a></td><td class="indexvalue">Action 'Prealarm respective bring prealarm to end' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher90cb949db784a86052bbf8542cc0ca1c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPreAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti3270a8d1d5f64dc7a6068ea043cc9af3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSRecorderEnd</a></td><td class="indexvalue">Action 'The recorder was stopped' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher0e25ea1600f48cbb5f4d5fe7bd30f891.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSRecorderEndEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti9e98b45cce62c27d1486823c5419d26d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSRecorderTimerReset</a></td><td class="indexvalue">Action 'Reset of timer of the recorder of a VMD.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1302795221bd5b49c7ee35ca824f2cea.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSRecorderTimerResetEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti16e5ffe4ec6e0f1db6b5347f6d59a332.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetAllArmed</a></td><td class="indexvalue">Action 'All VMD's will be armed or disarmed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd6642465450601d54ba03e60c8a96182.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetAllArmedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti551e136e5143d6f08f7e65656df72e56.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetArmed</a></td><td class="indexvalue">Action 'Set the VMD armed or disarmed' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatchercb61abc15405fea9d986642378098d0d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetArmedEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actia6ae2897c4c5ae9a1e9d3839afd9803c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetDateAndTime</a></td><td class="indexvalue">Action 'Set date and time of a CU.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher66998b7dd322d459fbec9fc9ff89c30c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetDateAndTimeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti0d2fbb9206b679c5ca3e8669a8e211f0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetMode</a></td><td class="indexvalue">Action 'Reset timers of all VMD's of a VS-40 interface' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher093953fae58633919340bbc6edddb0f5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetModeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti472fc799d4453547c160ccfd294f8784.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorMode</a></td><td class="indexvalue">Action 'Set mode of the sensor' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher27acc9dedd0d7dbc7315ed402c537947.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorModeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti3783c258bf63814977eafaa3b5cc41c2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorOutput</a></td><td class="indexvalue">Action 'Change output settings of the sensor' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher5d9a080c6aea1d24860ab46f53ac4dc3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorOutputEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actibe05d9e043292878b2532e134b66e89a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSyncSignalDetect</a></td><td class="indexvalue">Action 'Sync signal and picture failure respective Sync signal OK' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher626438b0962c578050110abb609e3c93.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSyncSignalDetectEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actie1f8775296444c9bbe3c93d75e6bf91b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSTestAlarm</a></td><td class="indexvalue">Action 'Test alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher741a441696d3dd0fe2b7d2c8168dfdb2.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSTestAlarmEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actide27e705e1ce6c29f0652d6d83604fb0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSTimerReset</a></td><td class="indexvalue">Action 'Resez timer of aVMD.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher1b9994328bdd4c5fe7c7261e999c6a33.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSTimerResetEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_acti04702c15514cdbb302818e8dc716d7e1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSVMDMode</a></td><td class="indexvalue">Action 'Mode is 'Working' or 'Setup'' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher9d393985cf2f3848f5cac8557c568342.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSVMDModeEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_video_sensor_actibef0248777606c0ee241c5d825fff4ba.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSVMDOutOfOrder</a></td><td class="indexvalue">Action 'VMD Out of order' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcherd15e7afcf5400fdfebc9bd22e8601072.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSVMDOutOfOrderEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_switch_control_ac7be4c7ef001e4387171fd298a967be68.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VX3SystemReset</a></td><td class="indexvalue">Action 'Reset the VX3-system' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher7302b43838fb6bbc3d125963954127cc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VX3SystemResetEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___zoom_in.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomIn</a></td><td class="indexvalue">Action 'Zooming in the room' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher42c1b44486a6caa643e73f93042dbe18.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomInEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___zoom_out.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomOut</a></td><td class="indexvalue">Action 'Zooming out of the room.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher2b562ea256a490ddbf5b426a08ff2f93.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomOutEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_camera_control_actions_1_1_ge_vi_act___zoom_stop.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomStop</a></td><td class="indexvalue">Action 'Stop zooming of the camera' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_action_dispatcher7079da6ca288c0c65f4b1e4636d13e19.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomStopEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_action.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViAction</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_action_data.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViActionData</a></td><td class="indexvalue">GeViSoft Action Data </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_database.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViDatabase</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers72cbae0eb25d338386acc677bc916e4d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_AccessDenied</a></td><td class="indexvalue">StateAnswer 'Zugriff verweigert.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___action_entry.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_ActionEntry</a></td><td class="indexvalue">StateAnswer 'Aktions Eintrag' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___alarm_entry.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_AlarmEntry</a></td><td class="indexvalue">StateAnswer 'Alarm Eintrag' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___d_b_error.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DBError</a></td><td class="indexvalue">StateAnswer 'Fehler' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___d_b_ok.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DBOk</a></td><td class="indexvalue">StateAnswer 'Befehl akzeptiert' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answerse7f75ca79b1a20ac79b1753d85a4a64b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DBTerminated</a></td><td class="indexvalue">StateAnswer 'Befehl abgebrochen' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers9e67fc42d0f12546ee2fdaa7d70bad69.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DeletedEntries</a></td><td class="indexvalue">StateAnswer '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___nothing.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_Nothing</a></td><td class="indexvalue">StateAnswer 'Die Antwort wird gesendet wenn keine Eintraege mehr vorhanden sind bzw. es wurde gar keine Antwort fuer die Anfrage gefunden.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___query_handle.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_QueryHandle</a></td><td class="indexvalue">StateAnswer 'Liefert der erzeugten Handle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_d_b_answer.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViDBAnswer</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___action_kind.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_ActionKind</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___action_list.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_ActionList</a></td><td class="indexvalue">StateQuery 'ActionList' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___gsc_system.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_GscSystem</a></td><td class="indexvalue">StateQuery 'GscSystem' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries54fafd4d42a3638e982816346102d8b5.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_LocalTime_GrtEqu</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries498ca5c3af838052dcac464d1b1b6287.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_LocalTime_LowEqu</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries60157de645a0951a0dd45a840d1eb476.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_MonitorGroupDesc</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries012219f468f126a58edd79f11e263577.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_MonitorGroupID</a></td><td class="indexvalue">StateQuery 'MG, wo Alarm praesentiert wurde' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries005922ca275791ebd57b66cd3e09df8d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_MonitorGroupName</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___msc_system.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_MscSystem</a></td><td class="indexvalue">StateQuery 'MscSystem' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries9e4780482a2904fde870ea25deafadee.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_PK_GrtEqu</a></td><td class="indexvalue">StateQuery 'Primary Key groesser gleich' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queriesc285fd85d6b3e20d6f71c98de3a9f6ec.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_PK_LowEqu</a></td><td class="indexvalue">StateQuery 'Primary Key kleiner gleich' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___sender_desc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_SenderDesc</a></td><td class="indexvalue">StateQuery 'Von welchem Klient kam die Aktion' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___sender_i_d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_SenderID</a></td><td class="indexvalue">StateQuery 'Von welchem Klient kam die Aktion' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___sender_name.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_SenderName</a></td><td class="indexvalue">StateQuery 'Von welchem Klient kam die Aktion' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queriesb288d79d3110352fd070f37f954e36e6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_StartMonitorGroupDesc</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries0dd7c71674c007fabf0258a23ae1b97c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_StartMonitorGroupID</a></td><td class="indexvalue">StateQuery 'Die erste MG, wo Alarm praesentiert wurde' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queriese40f70af5168317f6d207785ac1160d4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_StartMonitorGroupName</a></td><td class="indexvalue">StateQuery '' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___text.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_Text</a></td><td class="indexvalue">StateQuery 'Begleittext' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___type_desc.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_TypeDesc</a></td><td class="indexvalue">StateQuery 'Beschreibung des Alarms' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___type_i_d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_TypeID</a></td><td class="indexvalue">StateQuery 'AlarmTypeID bzw. ActionCode im Bereich' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___type_name.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_TypeName</a></td><td class="indexvalue">StateQuery 'Alarm- bzw. Aktionsname' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___with_ack.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_WithAck</a></td><td class="indexvalue">StateQuery 'Mit/ohne Bestaetigung' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries662bc179faa4fddd6574662376bcce3c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_WithMscIIRelation</a></td><td class="indexvalue">StateQuery 'Mit/Ohne MscII Events' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_f___with_quit.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBF_WithQuit</a></td><td class="indexvalue">StateQuery 'Mit/ohne Quittierung' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_d_b_filter.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViDBFilter</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___abort_query.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_AbortQuery</a></td><td class="indexvalue">StateQuery 'Befehl abbrechen' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___close_query.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CloseQuery</a></td><td class="indexvalue">StateQuery 'Schliesst den Handle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries33ba6515b199b40bfb49dd8dafd93552.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateActionQuery</a></td><td class="indexvalue">StateQuery 'Startet eine Abfrage ueber die Aktionstabelle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries2c98b31a9933f2ffdb018031eb164706.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateAlarmQuery</a></td><td class="indexvalue">StateQuery 'Startet eine Abfrage ueber die Alarmtabelle' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries357b02d0cb30dac6f8e6d4ea7a3e8ec3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateDeleteActionsHandle</a></td><td class="indexvalue">StateQuery 'Bereitet ein Objekt fuer das selektive Loeschen von Eintraegen in der Aktionstabelle vor.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queriesd21974249c2dcdd0e240df701072170d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateDeleteAlarmsHandle</a></td><td class="indexvalue">StateQuery 'Bereitet ein Objekt fuer das selektive Loeschen von Eintraegen in der Alarmtabelle vor.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___delete_all.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_DeleteAll</a></td><td class="indexvalue">StateQuery 'Loescht alle passenden Eintraege in der Aktions- bzw. Alarmtabelle. Kann nur in Verbindung mit den entspraechenden CreateDelete...Handle verwendet werden.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_Get</a></td><td class="indexvalue">StateQuery 'Liefert den Eintrag anhand von PK' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_first.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetFirst</a></td><td class="indexvalue">StateQuery 'Liefert den ersten Eintrag' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_last.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetLast</a></td><td class="indexvalue">StateQuery 'Liefert den letzten Eintrag' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_next.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetNext</a></td><td class="indexvalue">StateQuery 'Liefert den naechsten Eintrag' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_prev.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetPrev</a></td><td class="indexvalue">StateQuery 'Liefert den vorgehenden Eintrag' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_d_b_query.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViDBQuery</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_g_u_i_d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViGUID</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_message.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViMessage</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___alarm_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_AlarmInfo</a></td><td class="indexvalue">StateAnswer 'Info zum Alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___alarm_on_m_g_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_AlarmOnMGInfo</a></td><td class="indexvalue">StateAnswer 'AlarmOnMG info' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___client_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ClientInfo</a></td><td class="indexvalue">StateAnswer 'Information zu dem Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___client_login_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ClientLoginInfo</a></td><td class="indexvalue">StateAnswer 'Information zu dem Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___command_failed.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_CommandFailed</a></td><td class="indexvalue">StateAnswer 'Befehl fehlgeschlagen.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___command_ok.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_CommandOk</a></td><td class="indexvalue">StateAnswer 'Befehl ausgefuehrt.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___contrast_state.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ContrastState</a></td><td class="indexvalue">StateAnswer 'ContrastState Info' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1ec07d193bafa50cb65270d9824f88750.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_InfoDatabaseCreationTime</a></td><td class="indexvalue">StateAnswer 'Datenbankzeit' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_162e32cd66a8689a457308770e56a01fe.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_InfoServerStartTime</a></td><td class="indexvalue">StateAnswer 'Serverstartzeit' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___input_contact_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_InputContactInfo</a></td><td class="indexvalue">StateAnswer 'Info zu einem Eingangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___license_call.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseCall</a></td><td class="indexvalue">StateAnswer 'Interne Abfrage' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___license_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseInfo</a></td><td class="indexvalue">StateAnswer 'Lizenzinformation' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1edb6e40760a4e7d6c5dec0fbcf72969a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseTransferData</a></td><td class="indexvalue">StateAnswer 'Interne Abfrage' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___license_value.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseValue</a></td><td class="indexvalue">StateAnswer 'Wert des bestimmten Eintrags' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___monitor_group_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_MonitorGroupInfo</a></td><td class="indexvalue">StateAnswer 'Info zu einer MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___nothing.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_Nothing</a></td><td class="indexvalue">StateAnswer 'Die Antwort wird gesendet wenn keine Eintraege mehr vorhanden sind bzw. es wurde gar keine Antwort fuer die Anfrage gefunden.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_193bb5274f98d1db03adce0e971430794.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_OutputContactInfo</a></td><td class="indexvalue">StateAnswer 'Info zu einem Ausgangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___p_t_z_head_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_PTZHeadInfo</a></td><td class="indexvalue">StateAnswer 'S/N Info' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___sync_state.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_SyncState</a></td><td class="indexvalue">StateAnswer 'SyncState Info' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___terminated.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_Terminated</a></td><td class="indexvalue">StateAnswer 'Die Anfrage oder Befehl wurde terminiert.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___threshold_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ThresholdInfo</a></td><td class="indexvalue">StateAnswer 'Gerade gemessener Schwellenwert' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___unknown_command.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_UnknownCommand</a></td><td class="indexvalue">StateAnswer 'Befehl nicht verstanden.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_17a74addb8c2f915ea0281e41abf4c46f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_UnsufficientRights</a></td><td class="indexvalue">StateAnswer 'Die Rechte sind nicht ausreichend.' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___video_input_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_VideoInputInfo</a></td><td class="indexvalue">StateAnswer 'Info zu einem VideoEingang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___video_output_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_VideoOutputInfo</a></td><td class="indexvalue">StateAnswer 'Info zu einem Videoausgang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___video_sensor_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_VideoSensorInfo</a></td><td class="indexvalue">StateAnswer 'VideoSensor Info' </td></tr>
<tr><td class="indexkey"><a class="el" href="struct_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_soft_connect_progress_callback_wrapper.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViSoftConnectProgressCallbackWrapper</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_soft_connect_progress_event_args.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViSoftConnectProgressEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_soft_databcc77fc62fa6591146e55882982c0bc6b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViSoftDatabaseNotificationCallbackWrapper</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_soft_database_notification_event_args.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViSoftDatabaseNotificationEventArgs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1d18431388fcc250bccc3fd07bff77eff.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarmOnMGByIndex</a></td><td class="indexvalue">StateQuery 'Fragt die Sichtbarkeit des Alarm auf der MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14968b7f79f2b3e43407c4d59b8f2710d.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarmOnMGInfo</a></td><td class="indexvalue">StateQuery 'Fragt die Sichtbarkeit des Alarm auf der MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_alarms.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarms</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_alarms_by_name.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarmsByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_client.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_client_by_name.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetClientByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_contrast_state.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetContrastState</a></td><td class="indexvalue">StateQuery 'Fragt die PictureState Info ab' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_first_alarm.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstAlarm</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_first_client.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1de1cbcc6c5dbb7abe467544ee8c6d9d1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstClientOfType</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Klient dieses Typs' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1d7cb032b5573d76730560959cfabf6bd.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstInputContact</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Eingangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1b1f34b76a3b7b2cdb2146e89321ce9f3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstInputContactOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Eingangskontakt des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1f17a655a6adeb3b8604c4fb105aca461.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstMonitorGroup</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu der ersten MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1bd26ca5c335794d3d99f6577312f11a6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstOutputContact</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Ausgangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_13983e6d75c744622148b3b7d291f9f08.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstOutputContactOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Ausgangskontakt des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_13e8d9babb7e03dc0f84d87a68e625567.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoInput</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten VideoEingang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1a4971eaae877eeb32837e722a679cfb9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoInputOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten VideoEingang des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14016cf51fb74500dd9dffa3745a156b9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoOutput</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Videoausgang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_10fce158bfedcf1436dec1196fc613f81.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoOutputOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem ersten Videoausgang des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_124a8a418139a578a6eb93090d615fa76.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInfoDatabaseCreationTime</a></td><td class="indexvalue">StateQuery 'Liefert die Datenbankzeit zurueck' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1b00e2747cb5b2d2fd5c92b74427bdf77.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInfoServerStartTime</a></td><td class="indexvalue">StateQuery 'Liefert die Serverstartzeit zurueck' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_input_contact.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInputContact</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Eingangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e94bf36f1c10fead2c9bd6374b6e1e1c.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInputContactByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Eingangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_license_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetLicenseInfo</a></td><td class="indexvalue">StateQuery 'Liefert die Lizenzinformation zurueck' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_license_value.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetLicenseValue</a></td><td class="indexvalue">StateQuery 'Liefert den Wert eines bestimmten Eintrags zurueck' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_login_info.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetLoginInfo</a></td><td class="indexvalue">StateQuery 'Login Information zu dem Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_monitor_group.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetMonitorGroup</a></td><td class="indexvalue">StateQuery 'Liefert die Information zur bestimmten MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1caa04e2389d277d74c6566cebe35b780.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetMonitorGroupByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zur bestimmten MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_next_alarm.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextAlarm</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Alarm' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_next_client.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Klient' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_135710e38f74c5e406f125ea69502b849.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextClientOfType</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Klient des angegeben Typs' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e03e055694d6e877aea6306533a0f6f0.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextInputContact</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Eingangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1ac2e23a336e58203d7bbc6bf7e9d6ec1.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextInputContactOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Eingangskontakt des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1c39b3c9a08ab24b6cb6789cb7b16b93e.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextMonitorGroup</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu der naechsten MG' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e42284bb793aceec0510d91400634f40.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextOutputContact</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Ausgangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1823f42964f474b79ece69bcb6b81bcd9.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextOutputContactOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Ausgangskontakt des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14a875df948156f60bec11d0bcf833c16.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoInput</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten VideoEingang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1eff3ad31184a0b1b5e8119607dee0681.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoInputOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem neachsten VideoEingang des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1f720a358ff0d356cae86682a9f0ab28a.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoOutput</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Videoausgang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_16894f78afac85a8486a210c2a5f8e831.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoOutputOfClient</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem naechsten Videoausgang des Clients' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_output_contact.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetOutputContact</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Ausgangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14972d44778b3ed60053ac799a0214fea.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetOutputContactByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Ausgangskontakt' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_188ea035d1dcbe78e22fb7ea480f57b8f.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetPTZHeadInfo</a></td><td class="indexvalue">StateQuery 'Fragt die S/N Info ab' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_sync_state.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetSyncState</a></td><td class="indexvalue">StateQuery 'Fragt die SyncState Info ab' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_12e5c21df2cda8c5f83eb730476e6a4e8.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetThresholdValue</a></td><td class="indexvalue">StateQuery 'Liefert die Information zu dem lokalen Videoeingangs eines VSM' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_video_input.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoInput</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten VideoEingang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e2ad3542f256a884b5c002afa90d62f4.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoInputByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten VideoEingang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_video_output.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoOutput</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Videoausgang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_136780124987f636b9162ddc2b4d9ae28.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoOutputByName</a></td><td class="indexvalue">StateQuery 'Liefert die Information zum bestimmten Videoausgang' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_13313955290e40b5a5a75574e01bb0bf3.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoSensorInfo</a></td><td class="indexvalue">StateQuery 'Fragt die Info zum VideoSensor ab' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___license_call.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_LicenseCall</a></td><td class="indexvalue">StateQuery 'Interne Abfrage' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1be90028c522ecc99a9939426f15feaf6.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_LicensePrepareCall</a></td><td class="indexvalue">StateQuery 'Interne Abfrage' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_18bb18126aec4329106c5c762476ba80b.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_LicenseTransferData</a></td><td class="indexvalue">StateQuery 'Interne Abfrage' </td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_state_answer.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViStateAnswer</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_state_query.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViStateQuery</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_ge_vi_t_ge_vi_date_time.html">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeViTGeViDateTime</a></td><td class="indexvalue"></td></tr>
</table>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Fri Dec 9 2011 11:15:59 for Geutebrueck GeViSoftSDK .NET Wrapper by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5.1
</small></address>
</body>
</html>