Files
geutebruck/geutebruck-api/docs/chm-extracted/functions_prop.html
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

1501 lines
328 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 Members - Properties</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><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 class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li class="current"><a href="functions_prop.html"><span>Properties</span></a></li>
<li><a href="functions_evnt.html"><span>Events</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li class="current"><a href="functions_prop.html#index_a"><span>a</span></a></li>
<li><a href="functions_prop_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_prop_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_prop_0x73.html#index_s"><span>s</span></a></li>
</ul>
</div>
</div>
<div class="contents">
&#160;
<h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
<li>aAckCleared
: <a class="el" href="class_g_e_u_t_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#ab3cec263f92d05a0a675c7b9cdc58e6d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmRetriggered</a>
, <a class="el" href="class_g_e_u_t_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#a6df4152ec870a46cb5dd8122ef974768">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmRetriggeredEventArgs</a>
</li>
<li>aActionName
: <a class="el" href="class_g_e_u_t_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#a49209e2650f9e5e512b95a1f9f2bf885">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ActionByNameEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa51fa7578655f87c3823445377b61905">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActionByName</a>
</li>
<li>aAdminID
: <a class="el" href="class_g_e_u_t_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#ab7d639f016cda4b1daf21b6c9c6dd068">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_DisconnectUser</a>
, <a class="el" href="class_g_e_u_t_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#a112d0bf24ba8b4c15d35b463b5ca23a8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DisconnectUserEventArgs</a>
</li>
<li>aAlarmID
: <a class="el" href="class_g_e_u_t_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#a4cd8ba483931df55c2d1406d88fd9519">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a>
, <a class="el" href="class_g_e_u_t_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#aea48953fa079902493eae3021bc6aeaa">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a>
, <a class="el" href="class_g_e_u_t_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#a0ccda4bcbad46eba9e15143eb0be7e20">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a376f2fcd6b460ea9810b0b02b4722866">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3df38d62f32e6ccf931988fef7d358dc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#ac6a594cc6f820b3ad8aba1cbeb60f844">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5701c915e59c37647c7f7f20efed8554">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ade8be014b2fcef475a504b2b65de87a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a43a06739ee8b9803a63305f87e73723a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a77897784a6cfeec27cd32c9c2b8793bc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a984e0629336f38b3504fefc2800952b0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af3a4b984875953527b164feedfd52a1d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a4f7686d7a342a84a0449af9224e616ff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8d79f22194a6dd1dd6429c166650b7d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a>
, <a class="el" href="class_g_e_u_t_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#a0cc5eee8310b86734357cfd49f067d3a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a42980266c310e1748f42f0e8f494babd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpAlarm</a>
, <a class="el" href="class_g_e_u_t_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#af821bc084026de8ea7a8b737bd6a68f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmCopied</a>
, <a class="el" href="class_g_e_u_t_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#aa365f2c670a2984ea86d3c415e97a3d9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#ac2a9445599c2dfcdeb5ed847833abf23">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a458c9ff219eaffa00ec82d94393e9034">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a>
, <a class="el" href="class_g_e_u_t_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#a9ff20b9224e8a1a93d54137de1eaeedc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af0c01886dfd729fe4ce52d72cf25b99c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmCopiedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a70e41d67e218b5829a0ccace9ef7b913">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmMoved</a>
, <a class="el" href="class_g_e_u_t_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#a43a21f74d6f68329d0431b2c058dae83">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7c1865dd38602f7043b35772140ca9cd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmMovedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6e9768a63078a19f933d142ba5a567d5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessage</a>
, <a class="el" href="class_g_e_u_t_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#a40ddce08283c98a899b1ab48a163ceb2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a>
, <a class="el" href="class_g_e_u_t_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#a75fe2454b402184e04543b9dc923a595">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a329bf93bd89d172f7b3d58a71c6b2fc4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmRetriggeredEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a77bb71636378407ff4b452ca39049f1d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmRetriggered</a>
, <a class="el" href="class_g_e_u_t_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#a8ef4a3f1ff8884ae0550d91e8db60575">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae09607b0e969eb1a5799eab198e82e3b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyActualAlarmEventArgs</a>
</li>
<li>aAlarmState
: <a class="el" href="class_g_e_u_t_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#ae1be4e0263d72438a405c55ec2ca575c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliaryAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a55849b14344d668a780deee3a076635d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a8f3a34fba40bc0a5d5b1934c63b52e21">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#ad27829ecc6a71514dc80bd6ededc75e5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a348752602d7d1b8d9e144b08c80e3d85">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#ae0377b07ca3b8a92fefc9bab8cc40142">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliaryAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab25beee92d0b8513fc012afa5ebf8283">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af5c396c6d855754cffba163a055d359b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aad7a204fb63efc14eb3b6eef79bb2f27">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad2b1aab50e7babd95f884194afb73982">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperAlarmStateEventArgs</a>
</li>
<li>aAlarmText
: <a class="el" href="class_g_e_u_t_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#a61f1bc3480b59c897cf7c8a7a9f39717">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_StartAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a4ed56765b5c9c579c2c9edd319aaf7e1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a009c0adc3b5e38d40f2ffac4de0a84a9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a42cc7f0939b017cd4418b70497516d55">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6e7d9273b719f598070c98f53dfbe1ed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAllAlarmsOnMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1dc9e971c7613cad27cc97cae7b512a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af58d27cf5fa8820a068768c203400ba3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac220c03a91f5e04f6199a911582b5b0f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a248c064620185a034afc9c1c77bf15f2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4017621e5126d045985cd3afc788620e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a05818e103ea1e1ecf3349cc8e2301748">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad979188ce2ff86fce856a77bd6e9622f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acfd2c65c89702da20f2473ff768f0f2f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab512388af1e76d93be903c9ddc524407">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab696baf25a9572656cca8e99a43c68ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abb43ed05bbaa325923446065995ab618">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAllAlarmsOnMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a86aafbdea2cf2e795d8c04b4c05eb78a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a232f00c40cacf3fb5f59edd050528d71">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#ab2e9ddf48b87faa59d36c00bc8639324">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#a8c31e5628a8a51869b55bd389344baf2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#af760710995e7130d0fbe587ada0f3f31">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#ae91c90b2202fb2fd9707442d9c8d8c2f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a>
, <a class="el" href="class_g_e_u_t_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#acb8282cf53b9bb14093b589018299a47">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a>
, <a class="el" href="class_g_e_u_t_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#af20248129893790f10eadc149e96c5f6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a>
, <a class="el" href="class_g_e_u_t_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#acc027d01ab10670a31c3261130d7d54b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a789ffae1d41c4933a1ac496f75e28a13">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#ae805149f5da0459387444bfb0da8b8c4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#aa0516e68d21828c4fd5c84e11fac2ef3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a7a176ddcf2693480441e2ac21eb31b85">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a25e2c106a028de63e3e38993a4b3af87">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#a5986c5c2f8ed44ce4fb4795633fe36e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#a852da0b213f65d77cdf5ab6f104e64c0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAllAlarmsOnMG</a>
</li>
<li>aAlarmType
: <a class="el" href="class_g_e_u_t_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#a50a6f0d2ce2c422d6465bd521f2030a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalAlarm</a>
, <a class="el" href="class_g_e_u_t_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#aaf1620340b4034dcedee74369983f0d4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#acbf08c86c368661db4830f406fda4b71">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a>
, <a class="el" href="class_g_e_u_t_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#a920893693dec635b28371ea9a9363aec">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a>
, <a class="el" href="class_g_e_u_t_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#ae041f42087ea5249a1b6ecb35d52799b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a>
, <a class="el" href="class_g_e_u_t_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#a73bc9012c84af86595063fa7fda25899">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a>
, <a class="el" href="class_g_e_u_t_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#af981c3961722ee34aad1190d043afeaf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#a0f59fda26947aba28e2f570bc6c49cde">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_StartAlarm</a>
, <a class="el" href="class_g_e_u_t_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#aad064e2ae0e8ff8ee8e8fe1bb7a35530">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a860a916642df1469286eb38b1158889a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1002fdb861b880e9e0749418fb2ce4d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a56bdbd5b86467404fa1ee80be8281156">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abaa418c2030d5a87804f0b8f719e6daf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a27016ad4dce735f7723be4b37e522f28">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa7ae5c9ad3266271ae92b2b6891d2997">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4f6c2e105d1761d5eb4d334bc9a6c620">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartAlarmEventArgs</a>
</li>
<li>aAlarmTypeID
: <a class="el" href="class_g_e_u_t_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#a1513005615e7a7318a628297778ea48a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a68b8ab925f092e3569ce69f209ff6a2b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#adb38601e09cdb4d1c313920e0f275332">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a>
, <a class="el" href="class_g_e_u_t_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#aa87efd87de91fce1d00d233be2aa038d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a>
, <a class="el" href="class_g_e_u_t_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#a8557c9e4210951164c9ece17c52f07e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a>
, <a class="el" href="class_g_e_u_t_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#a472fdf8bc3c5e6ae11906d3860f57e86">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a>
, <a class="el" href="class_g_e_u_t_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#a2a193b72eb2a579ef817ccf7e9c67efb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#a956dd7be88ef74903de05f21ac88f8d8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_StartAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a39df5e1bd1dcbb7beba4c614e9e5f6d1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6d60093ae7b5a1d601e9f7ce8bca1790">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac88b4f4e7fb0e974eba3c8b4b5837029">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aad565a2b979e1df7bf875098e2456109">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4749de55a57d2a9b6d2f3cfd23223cd3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a378b7a976faedb3afe64e5b5d6039abf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6d430688a8fe07b19f71f8ab27938bd5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3f727f7c430d3ce5ecd7892a42b477b7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartAlarmEventArgs</a>
</li>
<li>aArmed
: <a class="el" href="class_g_e_u_t_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#af2fc0f1388d8af3be0094ac0bfdd2114">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetAllArmed</a>
, <a class="el" href="class_g_e_u_t_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#adb2c08cf1578abb6babfaa9c16b716dd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetArmed</a>
, <a class="el" href="class_g_e_u_t_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#ae5863d38b26ecd66b5aef156cd19630b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetAllArmedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aed517c47f2d9ce3418bbb3dc3f17a723">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetArmedEventArgs</a>
</li>
<li>aAVGThreshold
: <a class="el" href="class_g_e_u_t_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#abd23f30f05ac44c46c066375be8c4053">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
, <a class="el" href="class_g_e_u_t_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#a40d8d7d9c3204a55421663212052cf5a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
</li>
<li>aBlinkOnTime
: <a class="el" href="class_g_e_u_t_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#a6513e49dd5f4309401ae97b7e778bf9d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_AlternateContact</a>
, <a class="el" href="class_g_e_u_t_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#abbc997650c9ac4cb2221a0e837fc9c71">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlternateContactEventArgs</a>
</li>
<li>aBlinkPeriod
: <a class="el" href="class_g_e_u_t_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#abdb4a311538be2fc58e7cb70d18d426d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_AlternateContact</a>
, <a class="el" href="class_g_e_u_t_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#a2867a7a230e33e39ef10fa58cf531729">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlternateContactEventArgs</a>
</li>
<li>aCable
: <a class="el" href="class_g_e_u_t_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#ae11ba8e0816251d9a428be6f9cf3cc36">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmCable</a>
, <a class="el" href="class_g_e_u_t_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#a98efde7861b9e4bd87e7a2e6c948cbae">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmCableEventArgs</a>
</li>
<li>aCameraID
: <a class="el" href="class_g_e_u_t_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#ad8bb4daec06364cb09d6b28d99f7b0ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourResume</a>
, <a class="el" href="class_g_e_u_t_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#a625b263209c04db20a76b96adfcc2a04">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourStart</a>
, <a class="el" href="class_g_e_u_t_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#a32855428454cb02ef91476e1047e7a37">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourStop</a>
, <a class="el" href="class_g_e_u_t_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#a1739dd3c9288aa168d186d2ba33ffb63">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourNextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2a16708daa8d09974edc6a98780a5e11">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourPauseEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a82e3a2640314c29f9ada07a4527fec83">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourPrevEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad8b3604c8ae159c2f395f3a21eaf7221">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourResumeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a10c36569f83db293b4d39f66aa5a8d3d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourStartEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae6e085ee8e3eaa860d395bf08adf9c69">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourStopEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a013a01c574e3d6dbb5f19ccf77a2c0b1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourNext</a>
, <a class="el" href="class_g_e_u_t_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#ad9ad21d45d3cdd728192f0b2714f8589">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourPause</a>
, <a class="el" href="class_g_e_u_t_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#ae2edb34bbbd9506753a0ba042941fff4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourPrev</a>
</li>
<li>aChangedTo
: <a class="el" href="class_g_e_u_t_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#aeed7692585f1fb0ac0f93789e7551254">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_InputContact</a>
, <a class="el" href="class_g_e_u_t_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#a7ab7a84a3057af08d5b4bfd5523356f8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InputContactEventArgs</a>
</li>
<li>aClient
: <a class="el" href="class_g_e_u_t_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#ace1922619ceabc2c575e426ff5116cfe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegInitRequest</a>
, <a class="el" href="class_g_e_u_t_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#a9cd4a58dfe508fab2c6272921964c26b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegInitSeq</a>
, <a class="el" href="class_g_e_u_t_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#a36f890dd57fecf3956891c08376f0eed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegLockCamera</a>
, <a class="el" href="class_g_e_u_t_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#af34477f7044777cac9f20e54c526076e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegUnlockCamera</a>
, <a class="el" href="class_g_e_u_t_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#a63f4b5bf564e2f354762b47f82dad830">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdRequest</a>
, <a class="el" href="class_g_e_u_t_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#ab61a7e72970f3fda72cad1f597711f8f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
, <a class="el" href="class_g_e_u_t_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#a623fe0b3a8e27f23bc310ef71b81bed8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegInitRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a845da5a1051e78c6703f755a9a39a76f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegInitSeqEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a95551e8135020f9e0dcaae3048de8db2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegLockCameraEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afb036f9d79525df88733ec9c7ef86546">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegUnlockCameraEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#adaaaabb1503fcd5723f1136b68ea7726">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a434c5a468a3d4c16b0ff9a65f768386c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
</li>
<li>aClientID
: <a class="el" href="class_g_e_u_t_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#a83d4fcfbd49e7a6dec34360cda70500a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessage</a>
, <a class="el" href="class_g_e_u_t_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#a13144ba0427e7190bd42720db51d5358">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a>
, <a class="el" href="class_g_e_u_t_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#a1d6d047ae9ce09a8fc1cb64ac1a642ca">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RescannRequestToClient</a>
, <a class="el" href="class_g_e_u_t_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#a6da49bce4d1164963edf11290f14330a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawData</a>
, <a class="el" href="class_g_e_u_t_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#a696aebd8132ec439048c2e1760815228">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawDataMSG</a>
, <a class="el" href="class_g_e_u_t_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#a851784e0d45738d5bab1c6dc164d63ee">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeRequestToClient</a>
, <a class="el" href="class_g_e_u_t_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#a07295f8a92dbcbfbc3cb6360979718f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeClient</a>
, <a class="el" href="class_g_e_u_t_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#abc97018b725e72dc3f883ee251d4d2e1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemError</a>
, <a class="el" href="class_g_e_u_t_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#a72949a08145000e32944861cdd2d782f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemWarning</a>
, <a class="el" href="class_g_e_u_t_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#a394db5704831944bd074ca26b96cc842">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VX3SystemReset</a>
, <a class="el" href="class_g_e_u_t_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#a8c318446042fd5e7c9a3cb61686eb83f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#ab749d56c0ab611e03076216b6e03d3ad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#af903ea6bc2300f3a95e4142c71bd3168">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#af6d925da91de271fba4a76f279f1798d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#a91174fedaf2bdc3fed9ae870fd060d71">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a>
, <a class="el" href="class_g_e_u_t_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#ab6f64ff1a1d1c28affba3bfa6fe6b29b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a>
, <a class="el" href="class_g_e_u_t_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#ad4e9181a71a2ebb6535ebda47d27d1d8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a>
, <a class="el" href="class_g_e_u_t_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#ad5d99fba91cc8e638e76ce600c0f1521">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a4197f29103da09ef538f46336ae9e03c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#a8b01a50558d8c3c3385a7aebd1481c7a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByType</a>
, <a class="el" href="class_g_e_u_t_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#a98e606abba15d6fdc3e390e06a6adb3d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#adea3cc271bc51376b79ba4a114a7f6f7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_StartAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a943c2ec1ad0cf38edb3b9db56c226ecc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30PMMode</a>
, <a class="el" href="class_g_e_u_t_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#ae6191396eb586b9274a023e616a70fac">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAllTestAlarm</a>
, <a class="el" href="class_g_e_u_t_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#affa3ac0120591c394901b958dde28ee5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAllTimerReset</a>
, <a class="el" href="class_g_e_u_t_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#aa40ddd64fbbcc5c1fc6fcb79f20e22b6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetAllArmed</a>
, <a class="el" href="class_g_e_u_t_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#aa39bf2aa1d204934d561c5ebd4afff03">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetDateAndTime</a>
, <a class="el" href="class_g_e_u_t_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#a8fde329ce94841c87bd2981f60d101f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetMode</a>
, <a class="el" href="class_g_e_u_t_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#a142bf3213241987cb0f2c41e85e3001e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afda3cf126e5c70f646790500a8171783">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa340625ac9a42765a5ad75ebd7b293a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a561b4344ffb57ff4f99f7126c242918b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAllAlarmsOnMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a30a81ef48c0a44fe074fc43c6ad0ce4a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3ac594cc192e8f6565cd63b7362fe0f7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad436a111919f6bde279d03533a151eed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a42fc29a49d8f87031cb96d91b50e9144">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7b5bfc77debb72567da051767ca92c73">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4ed9dfa871dff596544b4facfc2f51b3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a204012d797212d163a7eda9ba9e45865">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad1113b5ace53864e8ca98a4c8bf4e4c0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByTypeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa83bb4fa9b794dd17a02f0dfa72229b5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAllAlarmsOnMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0a17522762396dfc880435ea12b54b13">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RescannRequestToClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6d4b788efbc5d06973e632169f8cf902">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a54609cf7fe424aaa55e66233cb359468">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aecba281e2adaa738105d94d70feaf98b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac8ec1ef1ab4a67d769a1a4dee11f79df">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeRequestToClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aceaade174e2e440e80c0ce23355dddf0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acef3d0a24f0d2c31fed5ac19e685b3c2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemErrorEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aea512c29704e608fbcb952379c542b10">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemWarningEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a922b605f52750f03447832f196da49ff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30PMModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8cfd060ce975f6528d51c7a271a5a41c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAllTestAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9aac660b8f60c23b4ebcd1d7bd7523ae">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAllTimerResetEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a37e6d996d5bce3f0ac91bc6fb31678ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetAllArmedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9229a190ae4e5d4323e9b990c48894e7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetDateAndTimeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a57906a53c838d446dbf2a15dd37c20ce">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa30d1050571939a872b280269c554d58">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VX3SystemResetEventArgs</a>
</li>
<li>aClientName
: <a class="el" href="class_g_e_u_t_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#a31d9f5368c26d99ba2b4a998a1c946f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RescannRequestToClient</a>
, <a class="el" href="class_g_e_u_t_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#a13e1985a31cb86147f82b34d7cedf5a4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawData</a>
, <a class="el" href="class_g_e_u_t_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#ae2e910a4354fbcc9892c3d90725321f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawDataMSG</a>
, <a class="el" href="class_g_e_u_t_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#ac7f333d59cfe0b55048fffb465606f03">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeRequestToClient</a>
, <a class="el" href="class_g_e_u_t_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#aeb98073bc81e5d455b81db82ba19e06e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeClient</a>
, <a class="el" href="class_g_e_u_t_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#aef605fa7bd1b9bd541ded2654e3cf5ef">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VX3SystemReset</a>
, <a class="el" href="class_g_e_u_t_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#abdc7b4ced7e2bab9c7aeb05bf6f70fcb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30PMMode</a>
, <a class="el" href="class_g_e_u_t_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#a98b9ad756902604b8de58f8fb7bbb412">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAllTestAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a97a1530a3331c84a5377397de8d072d4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAllTimerReset</a>
, <a class="el" href="class_g_e_u_t_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#adb9608982c1a59b78fe5a01979fbfa85">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetAllArmed</a>
, <a class="el" href="class_g_e_u_t_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#a70c774cfea255d78aa9c8f17a58f232f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetDateAndTime</a>
, <a class="el" href="class_g_e_u_t_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#a1baac2242028518c4600eed7433491e8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetMode</a>
, <a class="el" href="class_g_e_u_t_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#a5f924e6073852ab442fce6dacfd5d962">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RescannRequestToClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a10128b3b9ab2f0b457c139452a33d8df">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2726c5cae5a171a53cf1d9fcba593579">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2d69145ced0c169f7225054ee43f29ff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeRequestToClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a818002df407787d43271e5867e15eec0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a710f313bd1ab1a10073951e3bc202ae7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30PMModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9e0ec778e105f9cd2392a2ec24ae5747">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAllTestAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4eea3aeb654f8e5d424f842e24634243">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAllTimerResetEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa4c39dbeb8ca7b32bfde88e2b93a8034">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetAllArmedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2ab54a15eae7e22419e509cbd6ff7821">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetDateAndTimeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aea3c146ae3cf61ed38b12bf07140620b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0527e1d23267d437122fbee6d26fa169">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VX3SystemResetEventArgs</a>
</li>
<li>aCommand
: <a class="el" href="class_g_e_u_t_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#ad2553866d9f7bce56504272237400ed4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorCameraOutput</a>
, <a class="el" href="class_g_e_u_t_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#a3ac95a4967f68f343931de68400c5fd6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorCameraOutputEventArgs</a>
</li>
<li>aConsole
: <a class="el" href="class_g_e_u_t_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#aa24c718c9c75e260503b92f83c58c3ce">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogLastAction</a>
, <a class="el" href="class_g_e_u_t_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#a10be64c1e0cfa040fafb4ed5f5174974">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessage</a>
, <a class="el" href="class_g_e_u_t_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#a07fe2fb0c6ccc303f20fef7ce25384ab">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a>
, <a class="el" href="class_g_e_u_t_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#a441b99ca8717c3d1a8cbf3d0256adfea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogSourceAction</a>
, <a class="el" href="class_g_e_u_t_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#a43f2cd69a267d50e9bafcaca428e819d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogLastActionEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab9d25a0a4c741e3361cb6451e99c0c87">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a86aa237ee49aeb81ad39a0871c80f9b2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abddd27d81800c50dda0e556e8b06a1a8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogSourceActionEventArgs</a>
</li>
<li>aContactID
: <a class="el" href="class_g_e_u_t_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#a0c682fb286eec62db217d809c4f27869">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalInput</a>
, <a class="el" href="class_g_e_u_t_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#a5f1c5309016c2f27553d522d7fd8ee03">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalInputEventArgs</a>
</li>
<li>aCustomInt
: <a class="el" href="class_g_e_u_t_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#a7f337b51e62a6f18574de904007a3a73">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_CustomAction</a>
, <a class="el" href="class_g_e_u_t_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#a2e37841c18088bf1a09d8bde097ed3c9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CustomActionEventArgs</a>
</li>
<li>aCustomText
: <a class="el" href="class_g_e_u_t_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#ae110282349707827765d447dee0b1f8d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_CustomAction</a>
, <a class="el" href="class_g_e_u_t_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#a665640cdbdb9c0d9c879713b9aa4291e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CustomActionEventArgs</a>
</li>
<li>aCycleID
: <a class="el" href="class_g_e_u_t_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#a52f1c911a28eff803eb2f288afaee8e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleStart</a>
, <a class="el" href="class_g_e_u_t_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#a021911ae8fab8db7b21ecde42e5155a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleStartEventArgs</a>
</li>
<li>aCycleName
: <a class="el" href="class_g_e_u_t_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#a6e40598a92984f59313f99ec57b293b3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleStart</a>
, <a class="el" href="class_g_e_u_t_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#a020aa9915ed298aef94c8cef0d829362">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleStartEventArgs</a>
</li>
<li>aDateAndTime
: <a class="el" href="class_g_e_u_t_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#a823b70995a2e14f5fe3cf4890684c977">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeClient</a>
, <a class="el" href="class_g_e_u_t_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#a722af8422ccf8d703b5847e7028811e1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetDateAndTime</a>
, <a class="el" href="class_g_e_u_t_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#ab142a1352dab7e28796feccf66731ecc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a94ea377ad0097422b77d7ebe3bc65e73">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetDateAndTimeEventArgs</a>
</li>
<li>aDisconnectIOClients
: <a class="el" href="class_g_e_u_t_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#a370cb9cc56e9d8594acc499da0f3f2b5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedChangeMasterEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2aebd1a0b6cc145029a68e7ded4e86ca">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedChangeMaster</a>
</li>
<li>aEnabled
: <a class="el" href="class_g_e_u_t_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#a54f44dbaa3cd96131fa41f9b95692aa8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupStatusChanged</a>
, <a class="el" href="class_g_e_u_t_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#a81fccbe70ac8b1bd82810e555ec20631">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupStatusChangedEventArgs</a>
</li>
<li>aErrorCode
: <a class="el" href="class_g_e_u_t_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#a36b33b42ace3c782ea16a80d0fbbccb6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemError</a>
, <a class="el" href="class_g_e_u_t_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#a2d57d950394ff6524620dbbf43d16e01">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemErrorEventArgs</a>
</li>
<li>aErrorSubCode
: <a class="el" href="class_g_e_u_t_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#a22e2017f7e85674a0f59d440c23ec072">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemError</a>
, <a class="el" href="class_g_e_u_t_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#ad3a8e00cf73c567634041e557e7c2a92">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemErrorEventArgs</a>
</li>
<li>aErrorText
: <a class="el" href="class_g_e_u_t_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#a4b31d6ada47e9b8ba95fb8dcdbde7f5d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemError</a>
, <a class="el" href="class_g_e_u_t_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#afdb14c0121f1267a90d317cff2a40210">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemErrorEventArgs</a>
</li>
<li>aEventID
: <a class="el" href="class_g_e_u_t_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#ac90a993f9248087ffbb5e132472eb561">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStarted</a>
, <a class="el" href="class_g_e_u_t_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#a2f4c6f12f42241ebd79a14350e9b634b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a5cff0c829033bef538d5dfaf181a11bd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopEventByInstance</a>
, <a class="el" href="class_g_e_u_t_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#ac051b834f19a5c55c2a45d824158f119">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abc6da6e3f06a87c90b6786c8139a9ade">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8b56b09a23f263f8d86e496f82808d40">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopEventByInstanceEventArgs</a>
</li>
<li>aEventName
: <a class="el" href="class_g_e_u_t_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#af5cea022319e0644d6bc133b85b4f2e7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStarted</a>
, <a class="el" href="class_g_e_u_t_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#ac260b3a052ac874dc43a6e8b455016b4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a241fa01d16be8383814712cb98549c50">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StartEvent</a>
, <a class="el" href="class_g_e_u_t_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#a69b7dbd2d2bf86365059bcc3913313ad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopEventByType</a>
, <a class="el" href="class_g_e_u_t_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#a96935a73c171105dada40586d794a607">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5f07872c6c99f76fae530bbe28edfe76">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7ba7a453a477a7d78bc6480ba8c52e60">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2c7ca19c5951d4a030cf598c572a89b3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopEventByTypeEventArgs</a>
</li>
<li>aEventRelationName
: <a class="el" href="class_g_e_u_t_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#ac98d50f89fabcd949a671ac28e45daf0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventRelation</a>
, <a class="el" href="class_g_e_u_t_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#a95a3807756a00720d8b415702004b800">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventRelationEventArgs</a>
</li>
<li>aEventRelationTypeID
: <a class="el" href="class_g_e_u_t_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#a19232792a15a4290764e44ca8810c94b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventRelation</a>
, <a class="el" href="class_g_e_u_t_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#a84d1431f0df77de85b79260509247983">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventRelationEventArgs</a>
</li>
<li>aEventTypeID
: <a class="el" href="class_g_e_u_t_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#a8084e71e8a6bf9b4ba1c751b451082e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStarted</a>
, <a class="el" href="class_g_e_u_t_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#aa3e24125870741ea383861006f50a8bf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_EventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a34a59a6f976120c6138faecd99411a80">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StartEvent</a>
, <a class="el" href="class_g_e_u_t_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#abefd6dcab2aa1f31ce065c7dcc8a9149">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopEventByType</a>
, <a class="el" href="class_g_e_u_t_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#a8c3567a3bfddbdbe1ecca24f21c721b4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad6ae45d33022410ef1ef47d889d4149c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_EventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae3c5f1a828e2e76b6db6d77c0f5d6c6e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a86af41b554df8ff6f7b9b0209aa51282">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopEventByTypeEventArgs</a>
</li>
<li>aField
: <a class="el" href="class_g_e_u_t_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#a8ec96d94ed89d8589d28ea65dd60152b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmInField</a>
, <a class="el" href="class_g_e_u_t_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#a1c4eac0378b141ad8d164fa833f532dc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmInFieldEventArgs</a>
</li>
<li>aFirstTime
: <a class="el" href="class_g_e_u_t_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#a6cae6b231bc7cd3a1b0c768999d84b76">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a>
, <a class="el" href="class_g_e_u_t_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#a22fa98271768c9a4de7853b12acfcf44">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a>
</li>
<li>aFrom
: <a class="el" href="class_g_e_u_t_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#ab9bbadda319eb23c2af31a6480177c01">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsers</a>
, <a class="el" href="class_g_e_u_t_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#a376541018795de8e11aa230df60a7079">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsersMSG</a>
, <a class="el" href="class_g_e_u_t_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#a6469e3eb2e2313caad22a497920e3ed6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUser</a>
, <a class="el" href="class_g_e_u_t_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#ae5d9b3d3fda25066ed398a6c94b6bcbe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
, <a class="el" href="class_g_e_u_t_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#a8db2c8e684f2ca3456a69b4d21477896">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a7b30022afacc077f444d2805a6f80204">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a467fa2c073a6a6cfe79f6b500bcb1e7e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a56666c9ca98453f7b5eed08c2f675b37">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#ae8e6a403657304d8d2b2e2b2ddfd696d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a983feb02e0a21d5885073b079b781b1a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2dc41b12791a7c62951d29125806fde2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1a3d36f2def210c16a1cfa43175e191f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab43287816f8a781e8c29c9df8c3dc4ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a81457e129c04ef4e60a4057f1fcfe987">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7ff8e1e46ae49f006bd1dffcc11679ae">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abd6cb1e0915a5de45a4bc7a14e6b8742">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveAlarmByInstanceEventArgs</a>
</li>
<li>aFromName
: <a class="el" href="class_g_e_u_t_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#a27d8c09fb3082dc9e18082dd2e6ee35c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsers</a>
, <a class="el" href="class_g_e_u_t_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#aa14bed9887207fb489dcee6c37a34897">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsersMSG</a>
, <a class="el" href="class_g_e_u_t_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#aa4f390d2ef0e8263851ac4417a1e043d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUser</a>
, <a class="el" href="class_g_e_u_t_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#ab631b2065fae02e98de0363cbeef0c12">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
, <a class="el" href="class_g_e_u_t_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#a39289e0b4119de6af85b7dbb31360035">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7b543efbfb92d6922a2bad4efdc19800">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa6d91c875600dec69ca03f355dae5556">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a60bf0af36592c7571b7d7791b73929c1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
</li>
<li>aGlobalContactID
: <a class="el" href="class_g_e_u_t_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#aa096d08d89b4588b15d19c5a9a73dce0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_AlternateContact</a>
, <a class="el" href="class_g_e_u_t_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#a71d55a870109cffe395f916be7ebfbde">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_CloseContact</a>
, <a class="el" href="class_g_e_u_t_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#a234386067ef80ef2407aefe0e23ae58b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_InputContact</a>
, <a class="el" href="class_g_e_u_t_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#adf440fa775c9353abac359550e72ab15">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_InputContactSabotage</a>
, <a class="el" href="class_g_e_u_t_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#a270df623928944dc3e80e4e466201dcc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ContactBusActions::GeViAct_OpenContact</a>
, <a class="el" href="class_g_e_u_t_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#a4d1e01be5638430944a2f044ec902480">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlternateContactEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a710d386ccec5940a97dee2cf8338e5fb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CloseContactEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a03c485da198dc35488b4b712cce5b151">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InputContactEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a97b74e2189f0fa66d54516d2eac4b915">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InputContactSabotageEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a58003b76021ee80fa9226afb2ec817e7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_OpenContactEventArgs</a>
</li>
<li>aGscServerName
: <a class="el" href="class_g_e_u_t_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#a1561d36f7648c376e17af431993d9924">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeviScopeActions::GeViAct_GeviScopeServerConnected</a>
, <a class="el" href="class_g_e_u_t_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#a67fc84341259c12c461c86f71d4cf889">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeviScopeActions::GeViAct_GeviScopeServerConnectionFailed</a>
, <a class="el" href="class_g_e_u_t_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#aa4790389aa436441c7c102e139a48521">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::GeviScopeActions::GeViAct_GeviScopeServerDisconnected</a>
, <a class="el" href="class_g_e_u_t_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#ab0fcedb028ac22bd63ac81dfba231244">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GeviScopeServerConnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a923ab7d7f176e10fc31fda96d7c59593">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GeviScopeServerConnectionFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac728d205b30013d2257614226c778d8c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_GeviScopeServerDisconnectedEventArgs</a>
</li>
<li>aHost
: <a class="el" href="class_g_e_u_t_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#afab0f709074a2396ad52e7f9f52f55ca">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedConnectionMasterChanged</a>
, <a class="el" href="class_g_e_u_t_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#a48cff962a52ed479f33bf8091cb54724">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#a42979bf55b147f0320135b547fec5ed1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantUserLogin</a>
, <a class="el" href="class_g_e_u_t_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#a1c2b1cf8ce68fc72751dda54c0b8aa38">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemSettingsChanged</a>
, <a class="el" href="class_g_e_u_t_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#a673b89503520430722fb21e92f4faf31">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogin</a>
, <a class="el" href="class_g_e_u_t_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#a3bc1fd68b6aced4169d86e3bc019a388">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#af575c3a3b81a78504724195cbf04bc1f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogout</a>
, <a class="el" href="class_g_e_u_t_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#ac28ce8de162bd195baf3a87b1c9644eb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedConnectionMasterChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad6e3a3beb4786b951d2baf6180c4c162">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantLoginFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8581a24542ccb2ac6ff3d2ba0ac310da">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantUserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a63468ed9d5f269753653c75416df41fc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemSettingsChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af10fadc62a78cd3d86965fa07ff60951">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a78830788099925392fea74dcdb16ce6a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aac6fa5870bc84686216e9fa41e2fd72e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLogoutEventArgs</a>
</li>
<li>aID
: <a class="el" href="class_g_e_u_t_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#aa068aca658d14b8f570fcaa43c75bffc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::TimeRangesActions::GeViAct_TimeRangeEnded</a>
, <a class="el" href="class_g_e_u_t_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#a4437ce87f4481631ef97c15d01f242e0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::TimeRangesActions::GeViAct_TimeRangeStarted</a>
, <a class="el" href="class_g_e_u_t_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#ac79b77929350860358f69ceac4baac79">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TimeRangeEndedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac5aab12d370b012c94b5b1b93a3cfa7c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TimeRangeStartedEventArgs</a>
</li>
<li>aIgnoreRefs
: <a class="el" href="class_g_e_u_t_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#a8ef0e47ddde97ba6d1cc2a183ad899f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StopMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a63af52513d759b142e0379664f776a0f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopMscEventEventArgs</a>
</li>
<li>aIlluminator
: <a class="el" href="class_g_e_u_t_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#ad3039177067406d3553d8fbc37dde4a6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorCameraOutput</a>
, <a class="el" href="class_g_e_u_t_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#a3badc71ed26edb84dfe042dea089500d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorDimLevel</a>
, <a class="el" href="class_g_e_u_t_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#a54f826ce286dc91cfeed6dbb93e1c8f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorGetDimLevel</a>
, <a class="el" href="class_g_e_u_t_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#a0ecdc801e3571aaad981c86c3e0e859a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorLightOff</a>
, <a class="el" href="class_g_e_u_t_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#ad219318e45cb69710db4ce14600d819e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorLightOn</a>
, <a class="el" href="class_g_e_u_t_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#a66d1634a0add2aeef3427b4349f3b0d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorOff</a>
, <a class="el" href="class_g_e_u_t_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#a28408110659f461301672f8ed62dfaa7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorOn</a>
, <a class="el" href="class_g_e_u_t_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#a2267007cdf41f70f52f379d337b6a54a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSetDimLevel</a>
, <a class="el" href="class_g_e_u_t_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#af7e31487c749bc2162b0794daaaf64c2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncUOff</a>
, <a class="el" href="class_g_e_u_t_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#ab540aac458ba1b6d23f8b22697e067d7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncUOn</a>
, <a class="el" href="class_g_e_u_t_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#a85e28d3ca8540de4d96fa90cca9b12a2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncVOff</a>
, <a class="el" href="class_g_e_u_t_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#a9cc98300ab4c183f2ff5013733e2094a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncVOn</a>
, <a class="el" href="class_g_e_u_t_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#a949425ac149f2c7600c527d6006a1797">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncXOff</a>
, <a class="el" href="class_g_e_u_t_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#ace908d1ecad03943e13fb8389667a8f0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncXOn</a>
, <a class="el" href="class_g_e_u_t_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#a124838093480a45a6c0e88d94aa8cf10">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncYOff</a>
, <a class="el" href="class_g_e_u_t_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#ab1bb3928dad5332cb001c3f81845a856">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSpecFuncYOn</a>
, <a class="el" href="class_g_e_u_t_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#ac979f9d2d3c28ca172db23ba1cba39b8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorCameraOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac952473cc97cf0e7c860e0ed1809e0cb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorDimLevelEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad65482bf2a12ac5a0673de5cdac4224f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorGetDimLevelEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7c00f35866c1f30d9e06dabface56419">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorLightOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abe1d5bae113dc17f51fc2968e11e8302">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorLightOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a38e4554d5573e36686f1c955206d6d38">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a14ad7aeb190ba631fffe79c6ccda8539">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aab7a1118c091980206412267527b197c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSetDimLevelEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aba21a53e8ff45376345872fc0cb73bba">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncUOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8493df6a7f869bcac58464ff311a8291">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncUOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a93cb40eeb2f87b2c5a841381fcb437ce">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncVOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad96626677d36dbe3e9491bdbbeda1ac1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncVOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a06b92d760ed9d7805ccb06aaa1d6f9fa">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncXOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5c0cc3223111adbf7f1a300810c9ef76">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncXOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a83584336c6e06f6beef6ff26a7899d64">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncYOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a192913d217bf2961f88490c910a641c9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSpecFuncYOnEventArgs</a>
</li>
<li>aInfoMessage
: <a class="el" href="class_g_e_u_t_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#a02e42d79a5e5fdd6eeca51ba80e69993">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsers</a>
, <a class="el" href="class_g_e_u_t_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#ad781db9967cdc49061f22710a67af899">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUser</a>
, <a class="el" href="class_g_e_u_t_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#ac71e9f34cb88d14e5a54397f6450a4ed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa69c181b938979d33719bc3ab2c8e673">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserEventArgs</a>
</li>
<li>aInformDevices
: <a class="el" href="class_g_e_u_t_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#a784420682f10cddae0b6fcb77a8846ec">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RescannRequest</a>
, <a class="el" href="class_g_e_u_t_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#abf306435132bc202c621f2a8c1e95710">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RescannRequestToClient</a>
, <a class="el" href="class_g_e_u_t_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#a52221f658f90d6c81119712818ad194f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeRequest</a>
, <a class="el" href="class_g_e_u_t_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#a30139edd16363d96a7cc8c452371c908">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeRequestToClient</a>
, <a class="el" href="class_g_e_u_t_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#a93583101067970fec6f898022762a654">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTime</a>
, <a class="el" href="class_g_e_u_t_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#a9cdcb396270632163484fdc4fa70ecec">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeActual</a>
, <a class="el" href="class_g_e_u_t_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#af7877e67473e912779a484248368fa05">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SyncTimeSetTimeClient</a>
, <a class="el" href="class_g_e_u_t_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#ab1ce320c4f4451a9c48b69dd5e228b22">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RescannRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abfca85ab4aa1694b8b7fe93bb34a7ac9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RescannRequestToClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1cc677dba68c873417682e8c33881611">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a83edbf712ee66cb52fd11aecc29a9d4e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeRequestToClientEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af5dff0f1f1827a9da9e412a3d4f34d3a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8dee8f09b5abbddfe786caa12a2ecfe8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeActualEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa3de3e710d5bb72b619cbdcedeb1aab9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SyncTimeSetTimeClientEventArgs</a>
</li>
<li>aInterfaceID
: <a class="el" href="class_g_e_u_t_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#acd019983eb5c0df4e16f6a5f987242bd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmAuxiliaryInput</a>
, <a class="el" href="class_g_e_u_t_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#a8e8957fefe7f7d7f5cd17b7b82cc7277">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmCable</a>
, <a class="el" href="class_g_e_u_t_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#a2f650951efb13b64c3329d02b00fca05">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmLUTamper</a>
, <a class="el" href="class_g_e_u_t_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#a564fdfa6a5b6e18f45129deee922e749">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmPMTamper</a>
, <a class="el" href="class_g_e_u_t_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#af9edd51b98ed24f29cc862e045704079">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmRMTamper</a>
, <a class="el" href="class_g_e_u_t_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#a99d1fb2c920f95d2520710a35f0ba704">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliaryAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a59a25c90fec4eeaa1620fa13c4090053">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliarySensorStatus</a>
, <a class="el" href="class_g_e_u_t_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#a5e60eddffd3af04809b877bd643734a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableAFaultState</a>
, <a class="el" href="class_g_e_u_t_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#a09c45369d795053cdf83f9a1a392e884">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableBFaultState</a>
, <a class="el" href="class_g_e_u_t_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#a26bb3e5fc0c34e486e9c531430caa92b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#ac56dfb414f755365ce49a09e226da476">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentStatus</a>
, <a class="el" href="class_g_e_u_t_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#a6e091ec58be6dc4249e8be3e540e546d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a7c7a9b43d04440aa748022cc40ee7b61">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#a31c9c72bb7fe32290a0b026cbb817036">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPOffline</a>
, <a class="el" href="class_g_e_u_t_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#a68705fd0337ffca1323fbc3c99c268e0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPOnline</a>
, <a class="el" href="class_g_e_u_t_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#ae0cee444721df5a818624fbc0669d2e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMComFailState</a>
, <a class="el" href="class_g_e_u_t_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#ad0461458ee71e13514ac0b1bf11393f7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a966ce5b617f1465a21d9b7350e452011">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#af38ff490546a4e8b6ae3de0117359a32">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPQueryInterface</a>
, <a class="el" href="class_g_e_u_t_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#a6205bcf774b1b322f510caa12b902612">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMComFailState</a>
, <a class="el" href="class_g_e_u_t_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#acd449cca90fdcee6be33bca957e6baf4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#ae80373b36989f3dbfcde72736dc9eca1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#af340b950549294b750554b556ad8cdb2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliarySensor</a>
, <a class="el" href="class_g_e_u_t_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#ac229d62c9f917580ecbaccbd67a1b4d8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP1</a>
, <a class="el" href="class_g_e_u_t_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#a64c8f8288457272c923832fb058425b4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP2</a>
, <a class="el" href="class_g_e_u_t_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#a9d21821f234a8ebea71d8708c3bbc1bf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureDisplaySegment</a>
, <a class="el" href="class_g_e_u_t_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#afc12dc449d7478ce6c9977e40318dfa2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureLU</a>
, <a class="el" href="class_g_e_u_t_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#a30a9b780a9aa6d97f7e8dc124a49cd1a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecurePM</a>
, <a class="el" href="class_g_e_u_t_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#ab5d46369151f1913842401115bf06118">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureRM</a>
, <a class="el" href="class_g_e_u_t_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#a52d5eec8a2b274758d2ce81036040bb6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnARelayControl</a>
, <a class="el" href="class_g_e_u_t_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#a17dc58b5dce367cda9a13e8c8db1d9a2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnRelaysOnOneZone</a>
, <a class="el" href="class_g_e_u_t_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#acfd10fe8845b49300b258f34fb45ce51">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmAuxiliaryInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7f563c84df0a9188d85fc6215e270d96">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmCableEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5b2ecdb8ac9b9c2ca1ab31fec0415028">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmLUTamperEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae34f9445114d08dd7190735c11bff367">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmPMTamperEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a162786cf3e47dac05e03dbcb60c1d59b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmRMTamperEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a453a08a4f0f776b5381bc028fa821f81">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliaryAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9bcc1ba1373c9e1f3b6c3f5e97885bf7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliarySensorStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac4e30a67c9ad6179827134f6106f2fd6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableAFaultStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5e306762fb730142377167398a55b586">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableBFaultStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a79a138302a2593099c9a7bca84410b59">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5096a30929ef8b0e756a1857e75f5826">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aeb5f452d6e84928afb2dbe832a652969">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aee51b14c07fa2eb0dbb35d81ed92aefa">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aae400f20932e6ad6b1fa3f1d05296e73">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPOfflineEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8f6af3d64c5ad84d6ddab2566c3a6848">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPOnlineEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a201eb17cf837a26998e3c9c6e6b2f3b7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMComFailStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae4c8125ded85987d6757b8932e37eef1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aab30e256228ec1de597f2e84b87d7d1e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a827b4e0c79e6c580ed32c2b7a859513d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPQueryInterfaceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a79b72772eaeb2afc91200f2f0e667116">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMComFailStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af709d56869ee6a6b67372c9bce4d0d76">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#adb3e9edc6857644b3f3e147df58e5da7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abb3aec103c992925133fc6d32ebab2cc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliarySensorEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1fe8c77c041ebb3eb6112ac9c6b858bb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP1EventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a30f3dd54d08d09ea39c47c379ad17454">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP2EventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac5247796c934f02771ab55c9668b4aa0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureDisplaySegmentEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a314d92baf740cad15b9fdd7527fd9e5d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureLUEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad2d94c1e7de9aa99930124357299cf14">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecurePMEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4af482672c2e720c27e33d5f9f8da953">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureRMEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9c7a576da5eb7b729f5432cf21a3a94d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnARelayControlEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a348ea41f528a3af2c398f44b4cbedb83">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnRelaysOnOneZoneEventArgs</a>
</li>
<li>aInternal1
: <a class="el" href="class_g_e_u_t_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#a19fc7c1db0320c1605ab4c78a6cc1f90">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdRequest</a>
, <a class="el" href="class_g_e_u_t_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#aa762537e0e66db6459416fed3e3ab0f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
, <a class="el" href="class_g_e_u_t_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#a68e32aebe785b27906f9b1ef9b226ce0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afae738c86e070f51be5a7689ffaadd83">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
</li>
<li>aInternal2
: <a class="el" href="class_g_e_u_t_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#a4cce956510fcbc51c89673087948ebba">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdRequest</a>
, <a class="el" href="class_g_e_u_t_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#a5ad05ce9dc1e70f6906ff463b2e6b178">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
, <a class="el" href="class_g_e_u_t_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#a698f94dd5ec178b41587b178bf1de1e9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a765ff7bc11f3955bf0351743121a6d22">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
</li>
<li>aLevel
: <a class="el" href="class_g_e_u_t_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#ac44fdecf963ad209ebeeab880afad8fe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalInput</a>
, <a class="el" href="class_g_e_u_t_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#a9543fb8266cfd47a5413e1cf8618244c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorDimLevel</a>
, <a class="el" href="class_g_e_u_t_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#a59d31145161cefa59c840588ec941da4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::IlluminatorActions::GeViAct_IlluminatorSetDimLevel</a>
, <a class="el" href="class_g_e_u_t_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#ac110d72b680b9410d6cfff132e7acc6b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac584a7bd66b35b26a9ef71b2a860f33a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorDimLevelEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a752ab2a5f09c5b991a04b4f17b3ec8c6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IlluminatorSetDimLevelEventArgs</a>
</li>
<li>aLocation
: <a class="el" href="class_g_e_u_t_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#a6a97d579d13bc6342b3aa6ebce188657">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmAuxiliaryInput</a>
, <a class="el" href="class_g_e_u_t_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#abfb96f36b6daec648af6725c3f65cc70">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmCable</a>
, <a class="el" href="class_g_e_u_t_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#a93e9bc715fbfeb49378f3e391d2c313a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmAuxiliaryInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5fe46d8d867a33422bfc2b1b429dbd7d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmCableEventArgs</a>
</li>
<li>aLogText
: <a class="el" href="class_g_e_u_t_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#a97e1768b011f09efa5663029ece13b98">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessage</a>
, <a class="el" href="class_g_e_u_t_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#a1db7e67f8632bf4fd3aaf107f05a7aad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageEventArgs</a>
</li>
<li>aMeasureTime
: <a class="el" href="class_g_e_u_t_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#afc381412cf2aa484f3f431e2f58fb77e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmInField</a>
, <a class="el" href="class_g_e_u_t_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#aa9459b7b7c005433b1b2b6d2ccb00abb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmInFieldEventArgs</a>
</li>
<li>aMessageID
: <a class="el" href="class_g_e_u_t_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#a9a378f496ad98d054bf1055957f755b6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsersMSG</a>
, <a class="el" href="class_g_e_u_t_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#a05424bf77ec026dcc63f0e14f4be2459">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
, <a class="el" href="class_g_e_u_t_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#a38a4086ea9376977f84f9aaf1db96917">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a>
, <a class="el" href="class_g_e_u_t_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#a36f3954357837e71ea2ad91de9781a27">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawDataMSG</a>
, <a class="el" href="class_g_e_u_t_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#acc64e79bb01e617bd73f74c331bd9d2e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aac2b7fbb85f2d52f9d67c71e8283fff5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aeb04464802bbb627ade0cda025f82fb5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acc0eba30a7eab9b0ab67ed80ecb4e547">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataMSGEventArgs</a>
</li>
<li>aMessageInternal
: <a class="el" href="class_g_e_u_t_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#ab2085836ba68355d65ae0b78c96ceadc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsersMSG</a>
, <a class="el" href="class_g_e_u_t_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#aec9e93fc71c5b659662a6961f000e985">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
, <a class="el" href="class_g_e_u_t_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#a0e05975e906de31ff148e9306c0f2cd1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a>
, <a class="el" href="class_g_e_u_t_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#a94516cd42c7cec450664ebd0f821f902">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawDataMSG</a>
, <a class="el" href="class_g_e_u_t_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#a6e852e148f24996530ddb803ccf1ed91">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a985860940955ef24d1ef0e53f30f98fe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae12a475375715bb3ec6dfcd5deb83ce2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae4a42497f3e79a98f4ab05093cbba8b8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataMSGEventArgs</a>
</li>
<li>aMessageName
: <a class="el" href="class_g_e_u_t_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#a6eade5f4e20355ea445457afadce846b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a19445f9479708910cfa31315b63e2f85">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformAllUsersMSG</a>
, <a class="el" href="class_g_e_u_t_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#a0da2b819e7b0a40e18a3deee7a4475ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
, <a class="el" href="class_g_e_u_t_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#abecb43c2c9cab52affe66978f58335dc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_LogMessageMSG</a>
, <a class="el" href="class_g_e_u_t_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#a72d573acd514c4ebc7fc3b8314cf4e6f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawDataMSG</a>
, <a class="el" href="class_g_e_u_t_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#ab232bb7aa675fe7ea220b18ed6db7461">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformAllUsersMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a91f5e03d4cf881bd11c943556bd49b59">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3e28e1da1018da8f05f10a0baf325153">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_LogMessageMSGEventArgs</a>
</li>
<li>aMGFrom
: <a class="el" href="class_g_e_u_t_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#aaa0afd93a4da448c560ba6cb285562e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmCopied</a>
, <a class="el" href="class_g_e_u_t_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#ad6c65cf54b5125a3c7dab0585d4677cd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmMoved</a>
, <a class="el" href="class_g_e_u_t_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#a9aede074ce7610d0bf151f2c075c509a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmCopiedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a013740611df88347804a214a9dc48a5b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmMovedEventArgs</a>
</li>
<li>aMGID
: <a class="el" href="class_g_e_u_t_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#abf49cbcf34ebfe8f7cf7d946f3a12e57">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#a769c16f4ec6b19d03a13a404c47bc602">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#abf0bc10ddc575d95721b19c34cb9a1b9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmAcked</a>
, <a class="el" href="class_g_e_u_t_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#ad92a49932eba529195ae69cfab579e87">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmQuitted</a>
, <a class="el" href="class_g_e_u_t_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#a946c505880fa98975ae021667c10bd8f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmStarted</a>
, <a class="el" href="class_g_e_u_t_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#a371e99662a3dc939d2078074a7c8a51d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#a4ac974400dba8063f9f5f90e03a9c83f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#af11aa98728ffc8e63309ae6c4b8aa829">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a731ee961e2e5bdbb0120f03641cd8e54">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAllAlarmsOnMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a31240c8c8c19cad2ab6da65628dfbd1a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmAckedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2c15a5326a477a32dfd3e3129db9714f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmQuittedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afd91b74c3799d6c58efa55c4548d09d6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a51194a200700f8e4e98b891e74e3086b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae4b5490e1da38ce52b5fa56fb0898ddf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAllAlarmsOnMGEventArgs</a>
</li>
<li>aMGName
: <a class="el" href="class_g_e_u_t_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#a4b3dae4f237adb8612a06ccca4671c7d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#aa945e6eb9dd32e2666521d6ef18f489b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AckAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#aab085d7134a06e4ad4bc6478798ba68d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAlarmByMG</a>
, <a class="el" href="class_g_e_u_t_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#a3e5080d672f5397774bf5b1b53edba60">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_QuitAllAlarmsOnMG</a>
, <a class="el" href="class_g_e_u_t_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#a4689302c624cc7bd755b2d5a746a61f2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a69de979eea2d0c47dddbc1a9ad51c954">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AckAllAlarmsOnMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4654e60ec754c5ca57d16df1a7c16ad1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAlarmByMGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a57260cc0132f8f254c0269b000790544">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_QuitAllAlarmsOnMGEventArgs</a>
</li>
<li>aMGTo
: <a class="el" href="class_g_e_u_t_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#a4e7cf9a7ce0713e9e18691ba865bb88b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmCopied</a>
, <a class="el" href="class_g_e_u_t_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#a3b706cd40b2cf1e6c3ab86a592093826">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmMoved</a>
, <a class="el" href="class_g_e_u_t_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#a9dbef0da02b3d5a78cbed3b77923cdcc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmCopiedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9b9273543a672418abbe654df520df52">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmMovedEventArgs</a>
</li>
<li>aMinThreshold
: <a class="el" href="class_g_e_u_t_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#ace67c2e0d1c2783d3b36e7f2fab5971e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
, <a class="el" href="class_g_e_u_t_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#ace17c11f217c36cbf84808c3634fa327">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
</li>
<li>aMode
: <a class="el" href="class_g_e_u_t_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#a7c7e6396e64060b5ec2d127f893e9158">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSelectCharMode</a>
, <a class="el" href="class_g_e_u_t_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#ab7d5915a8128912c48b59986a7f83992">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetMode</a>
, <a class="el" href="class_g_e_u_t_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#aaa51349123d6849aae064d8324e400f4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorMode</a>
, <a class="el" href="class_g_e_u_t_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#a3df282c0d4f45404e45c584b093e6cad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorOutput</a>
, <a class="el" href="class_g_e_u_t_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#abd6b9479e07236b820753166597120d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSelectCharModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a43b382e80b7ff7e25fb85435eaaca481">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aee702ddaf7141399b74411161ebb64bb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a791761eba66738d08c817c324585facd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorOutputEventArgs</a>
</li>
<li>aModus
: <a class="el" href="class_g_e_u_t_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#aa70707d6a4303504be87c999376a6f6e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanAuto</a>
, <a class="el" href="class_g_e_u_t_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#ae022e24133741c3d765629cddfed25dc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanAutoEventArgs</a>
</li>
<li>aMonitorGroup
: <a class="el" href="class_g_e_u_t_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#a7d3ef906a5a53ab955d09d788e683725">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a>
, <a class="el" href="class_g_e_u_t_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#ab4599ca4b7194a27bed09bc94d6ef5b7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupDisable</a>
, <a class="el" href="class_g_e_u_t_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#a58299609c8888e43b0ada487db27e71a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupEnable</a>
, <a class="el" href="class_g_e_u_t_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#a068acb9ddf11d9524a8a1f307c5f4afb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MonitorGroupStatusChanged</a>
, <a class="el" href="class_g_e_u_t_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#a0d37b3d64f3350987844078ca0ff4565">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a57956932449cf8dd0f71e901f8d2d2a6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpNextAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a91530f70905c075726d9933db001d62a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa913972148bf6688c1adf709e2b0da99">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupDisableEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab1e483e2c402c036366de062760db472">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupEnableEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3895926098ac644cda4a4d0e9706e041">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MonitorGroupStatusChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4475820bc30a69d8a03306af5e16fa49">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab8f9ebc053a65f3ee1c6b6f98e0d8046">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpNextAlarmEventArgs</a>
</li>
<li>aMonitorID
: <a class="el" href="class_g_e_u_t_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#a8eaf3667280cc7713558d72c15bcf1a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleNext</a>
, <a class="el" href="class_g_e_u_t_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#a21eb159d660aa19363b327632a47c874">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCyclePause</a>
, <a class="el" href="class_g_e_u_t_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#aff14c8ba648fdb4ec2ffc4988cbc2ded">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCyclePrev</a>
, <a class="el" href="class_g_e_u_t_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#a60f98683cdbffd421519312e617d89e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleResume</a>
, <a class="el" href="class_g_e_u_t_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#a75a088250699f30218a551ef66aacc7c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleStart</a>
, <a class="el" href="class_g_e_u_t_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#ad581b2749bf047c8ce93007bb325815d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraCycleStop</a>
, <a class="el" href="class_g_e_u_t_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#a26368da7c3378aeb8bab5350f2a326db">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleNextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#adbbc9a00397871123305e4c4bbc36e4c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCyclePauseEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae127b5f25a13a8615c08be8d13377a00">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCyclePrevEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afc4c9ba161ea3e437a637e0577742f25">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleResumeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a54db0b11a22ed8fd7b4ab118356ecb93">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleStartEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac00881c6246d43f064494eb211f243fc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraCycleStopEventArgs</a>
</li>
<li>aMscBlob
: <a class="el" href="class_g_e_u_t_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#a8273f8ad74494c3dd6533995dc71a376">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a01169971296562657aabe574d314f24a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
</li>
<li>aMscDBGUID
: <a class="el" href="class_g_e_u_t_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#aa4f3387d8ca6a7c536d561625607ac2a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnected</a>
, <a class="el" href="class_g_e_u_t_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#a57a0ea689d37bdd14a28a585cfc3d9b7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afdbcb369c6feead374805634b38ddc44">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a81936867c76b5e16d9b9cff3080071ff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#a1b190b792afe32745b6df28dffa6a9e5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#ad6ba168676c82d5614aa17af5e52b9d6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnect</a>
, <a class="el" href="class_g_e_u_t_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#a98a7aed9d7f7558a1c30e26a1ba71157">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnected</a>
, <a class="el" href="class_g_e_u_t_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#a8f59ffd499ca3432c47f1f28682418f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscSetupModified</a>
, <a class="el" href="class_g_e_u_t_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#a644d7a0bfc6997a0370ba7ade1f212b1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a562a498202e06d8462e2f860e64edc04">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad5b6d0dfc77a4f4696a9655ed1922e13">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a687eac57c3ee6051e4195d977813aab9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscSetupModifiedEventArgs</a>
</li>
<li>aMscEventID
: <a class="el" href="class_g_e_u_t_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#ab8bf53d4dd1425f3943a9d7366c88ccc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#aa2cda76c938470f8913dd374c5025166">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#ae399cc3b515e16b5c1a5b3b1d5db86f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a864298893f9e9df23afceb0ea93b0f5a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
</li>
<li>aMscEventName
: <a class="el" href="class_g_e_u_t_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#ad806698f3fa85773b076878e3766c337">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad23e45c2a964641d8222f1e628610464">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a9685f38b149bd13ac93058d270040eb8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#a452be17f4939e4c28c8bd5f4ac450dc9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#ac66bb656296880659f8f6de175a39fed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StopMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#af4a152bdc9557fc2a4413370fb55b4cb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9f7e1e1f8b283a8201d457be09d16146">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a24461b51cc4d24a3d1bd3c4d8f0ff7fe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopMscEventEventArgs</a>
</li>
<li>aMscEventRef
: <a class="el" href="class_g_e_u_t_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#af0d02e372d40b271b5968de989f73f98">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a6abaff129f84ffbdb2b76fda8e581b9f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#a3780b3450fe4e4267434d9ba6d48b322">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a5f8fd8c07b29adafda3f7973ea4d7482">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StopMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a7ddaa0d5f0eed78be50d958d7ff6c398">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4c8d9eb44102f6847dd38b03c8ef4897">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2b4304c62de6689a9863681c691d9ea5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6a74bae7f6248fbb3c052179e118bcfa">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopMscEventEventArgs</a>
</li>
<li>aMscEventTypeID
: <a class="el" href="class_g_e_u_t_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#a671448c93c4aa3060cf07f8e1fa9e0c2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a52f11969fb3c4b90e127df2d6fd3a62c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#adcf81163fd95a68e099144c3b4698dd1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#ae4fccba4d302657492c7ce14187d44c5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
</li>
<li>aMscInt1
: <a class="el" href="class_g_e_u_t_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#a6c956823a4c8368a015843d227a7a195">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#ae45b5fe815b116a2efe5cdd6e43ee78c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
</li>
<li>aMscInt2
: <a class="el" href="class_g_e_u_t_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#a295e31fe03c6134468ac4da9c7070e9c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a302cf7bba186f737c69f34947a937023">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
</li>
<li>aMscMessageKind
: <a class="el" href="class_g_e_u_t_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#acc297e92162167141d77617e27093cda">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acecf97cedff8fed113556754db84f9b4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#ac9db4a160443fdb9a5c95a14fc4f2acb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a41266e382a4229b0785d78b09626d5e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
</li>
<li>aMscServerID
: <a class="el" href="class_g_e_u_t_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#a6b67e4015fe5a381e5afadf77c189535">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5358d61ed3aceb345729c0eeb17197ac">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4fad0043219aa31b1028fcb481134f15">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscSetupModified</a>
, <a class="el" href="class_g_e_u_t_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#a781590aec317646962d21159c1d30ce3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#a414f84d035457e6741d9042d8da22543">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a7d42af4e5b1e6ad2d5b9f3d8843107de">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnected</a>
, <a class="el" href="class_g_e_u_t_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#ab5d2bf8197e0cac36d05c4b46dcbee64">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnectFailed</a>
, <a class="el" href="class_g_e_u_t_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#a542595407e17f313ec38df83580f7319">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnect</a>
, <a class="el" href="class_g_e_u_t_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#a58b88a5b34aa64780a1ea02744d8895e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnected</a>
, <a class="el" href="class_g_e_u_t_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#acd2fcd6d54fa2f0c396bd1b425b3fb1b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#ac0a3010b96a664839d0369523b14068c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StopMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a2e81edf8e03b1b3a9750d3eb2af331ef">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a31bcf83900a25bbb3ac152d784827421">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0b6ff872aacd915d53861ba52200cbf2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2350f764b7721faae60d6edc0aefac03">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a15070575c89406f9f8e785ce43aba61d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscSetupModifiedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae9d649c1635b744616589b344e36a2c4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a11ca36dd3b74f97d3445b8c382fd8842">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopMscEventEventArgs</a>
</li>
<li>aMscServerName
: <a class="el" href="class_g_e_u_t_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#a774cf5497301aafed3c6e596dd8dd2a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StopMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#af66ca47e18a8f6a59853d5e380095a5d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStarted</a>
, <a class="el" href="class_g_e_u_t_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#a5b50e8d729d2ebea262a39175dfa80ac">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscEventStopped</a>
, <a class="el" href="class_g_e_u_t_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#a12c2e0590ac7f65075ba433403d840d4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnected</a>
, <a class="el" href="class_g_e_u_t_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#a09924c181f86fbd70b74fa73323ddacc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerConnectFailed</a>
, <a class="el" href="class_g_e_u_t_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#a193280d29eff2225f70c6448bf3cec0c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnected</a>
, <a class="el" href="class_g_e_u_t_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#a329d50c38e7572ca7afca4a697ee2093">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscSetupModified</a>
, <a class="el" href="class_g_e_u_t_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#a5041954c0b89aaf7c152fa8d864e01c9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#a5bf4a6280d653abf924326e213e7f0d5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9ba1a487e6667ae6e74608b170dc423b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscEventStoppedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa5485468fbaceadb2579afc520f95383">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aef7a540a2065a67aec9e77123a0fc245">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af97874032e15290a76e0c2f3fd9aab60">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerDisconnectedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a83158e6b985fd32611b9d1994db65150">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscSetupModifiedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac51044c83a5606acbf172780a8247965">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3c125288f1c308b3bdcdc70849fa51a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopMscEventEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a864f6d7129024270be0ce2f49fdc97e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_MscServerDisconnect</a>
, <a class="el" href="class_g_e_u_t_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#abd1a99ef17f3147c84586f0588783b64">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MscServerConnectFailedEventArgs</a>
</li>
<li>aMscStartKind
: <a class="el" href="class_g_e_u_t_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#af7befa66c705f952af6768d0bc9e7d4b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MscIIActions::GeViAct_StartMscEvent</a>
, <a class="el" href="class_g_e_u_t_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#aed85d2704018c857155c8bbf4a22d9b7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartMscEventEventArgs</a>
</li>
<li>aNewMaster
: <a class="el" href="class_g_e_u_t_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#acd548cc65505c3c384261121db93d764">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedConnectionMasterChanged</a>
, <a class="el" href="class_g_e_u_t_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#a6bc1cc586fc58ec8dab096ab939a6e32">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedMasterServerChanged</a>
, <a class="el" href="class_g_e_u_t_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#ae75c46b68eb6c2d1be126168966ab52f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedChangeMasterEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad1ead65d3409fe4c2e803c294e3e6e1e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedMasterServerChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a65f85c0f8317b2075a341d44a9b42f86">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedConnectionMasterChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af0d6dbaf5c5a9acc53cdfda00e341920">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedChangeMaster</a>
</li>
<li>aNewNumber
: <a class="el" href="class_g_e_u_t_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#a20d136ca985d93b527c0f47587ee0e70">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedirectResource</a>
, <a class="el" href="class_g_e_u_t_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#ac098a911134d4b6843040669c9bba23b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedirectResourceEventArgs</a>
</li>
<li>aNumberOfMeasures
: <a class="el" href="class_g_e_u_t_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#afcddff90a5e4c68c2c2b50e6cb95bd29">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad2ff0b22434e05c718895bb4eb256981">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
</li>
<li>aOldMaster
: <a class="el" href="class_g_e_u_t_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#af653fb697b8553e1faddaed2aecb72fc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedConnectionMasterChanged</a>
, <a class="el" href="class_g_e_u_t_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#ac72b229252bf77ef777ca61fbf4cd503">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedMasterServerChanged</a>
, <a class="el" href="class_g_e_u_t_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#abd843179f59cccac9668595146ab70e2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedConnectionMasterChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8a57cd08a00c25bf048da17e1aa9ddf2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedMasterServerChangedEventArgs</a>
</li>
<li>aOldNumber
: <a class="el" href="class_g_e_u_t_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#a461e47018379e7516c5c5571a3b09b29">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedirectResource</a>
, <a class="el" href="class_g_e_u_t_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#a4cffce4d9b73dbd024483ebdce419e64">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedirectResourceEventArgs</a>
</li>
<li>aOtherCleared
: <a class="el" href="class_g_e_u_t_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#a3664b3b1441822f9b1f4db9b79a060d9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_AlarmDisplayedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8df7516c09bbb588a5cc4c2bf5b652d7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_AlarmDisplayed</a>
</li>
<li>aOutput
: <a class="el" href="class_g_e_u_t_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#a5d9bc0ccc20b81c6aded7a55fffe08d2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureToCommonOut</a>
, <a class="el" href="class_g_e_u_t_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#a97231d22a677602af3e0c6534b257b26">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorOutput</a>
, <a class="el" href="class_g_e_u_t_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#ac61e0b2ed32f81ce5268ff095885cc41">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a771399aad818cab95f4a35fff4a37d09">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureToCommonOutEventArgs</a>
</li>
<li>aPeriod
: <a class="el" href="class_g_e_u_t_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#af26e038ba598308e7f647627ec6d8d8a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TakeCameraControl</a>
, <a class="el" href="class_g_e_u_t_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#a668b9daa43b6f8f8d427eb3d092b4da4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TakeCameraControlEventArgs</a>
</li>
<li>aPort
: <a class="el" href="class_g_e_u_t_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#a753421142c6e016168eb05dd49f6c953">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#af07729846f38ae854b236f75c4688429">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogout</a>
, <a class="el" href="class_g_e_u_t_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#a3854c338e8a63c8e2ded15520df58fbc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7c52e4f822a8f74ec0e856a2a7fd21c8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2614283fef0f48e3bc2c5e5b088bef08">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLogoutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac73b1c32e9cf58b535da6932b9042967">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogin</a>
</li>
<li>aPosition
: <a class="el" href="class_g_e_u_t_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#ab73b80f3cdff682462a245f39be7fe52">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraClearPrePosText</a>
, <a class="el" href="class_g_e_u_t_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#adcd6dd088133be1f97915b3a37ca9cae">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosCallUp</a>
, <a class="el" href="class_g_e_u_t_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#a5bd45eb22e3730a7ac536cc79638dac6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosSave</a>
, <a class="el" href="class_g_e_u_t_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#ad2b0d311c868d8422102a90fa79d5161">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraClearPrePosTextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa619717cf2328bcfaf8d838103d5d6c1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosCallUpEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a375f175539b9f9fc7f43779325d94fb2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosSaveEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acb776feefca68f554c06a15eee3073fd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosClearEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5b88c683b604a2297d5da7c60073a29f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosClear</a>
</li>
<li>aProfileID
: <a class="el" href="class_g_e_u_t_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#a537377655f6130b4b760bfd6410b3119">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActivateAssignmentProfile</a>
, <a class="el" href="class_g_e_u_t_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#ac0feca489ceb3ce1858c6a7d1cb98fb0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ChangeRightProfile</a>
, <a class="el" href="class_g_e_u_t_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#ace2694c65278dc7a142d5b2ae9c86de7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ChangeRightProfileEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afd6a0164e89a3f5757ca5edf3e7ab286">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ActivateAssignmentProfileEventArgs</a>
</li>
<li>aProfileName
: <a class="el" href="class_g_e_u_t_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#a90092bba600edcb131d7b7e9c1ce2070">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActivateAssignmentProfile</a>
, <a class="el" href="class_g_e_u_t_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#a3acd5051389c18ee7f0bc9816d69136c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ChangeRightProfile</a>
, <a class="el" href="class_g_e_u_t_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#a701ffa444460347d7149b2e68c29e7be">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ActivateAssignmentProfileEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab92a8fdbb17999c561908073ef0a55c2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ChangeRightProfileEventArgs</a>
</li>
<li>aRawData
: <a class="el" href="class_g_e_u_t_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#aed490b5ecf5cb210ed0482ae37e93dc4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SendRawData</a>
, <a class="el" href="class_g_e_u_t_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#aeab1636b23c08ac2123d43adc8843fa8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SendRawDataEventArgs</a>
</li>
<li>aRAWData
: <a class="el" href="class_g_e_u_t_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#a4001c4fadfb2335e6951b2b692aabec1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraRAWOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a38b0f4e623f8a202c98f874943aade28">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraRAWOutput</a>
</li>
<li>aReason
: <a class="el" href="class_g_e_u_t_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#ad52a7384f40e1dead080c5d913548fa5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_DisconnectUser</a>
, <a class="el" href="class_g_e_u_t_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#ae16c6c096e9a62c9e256644bc00d0f15">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#ae615bde1a4723f4ba825002a27d3dd5f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a39575baef87f7060ae449806dc365a95">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DisconnectUserEventArgs</a>
</li>
<li>aResourceType
: <a class="el" href="class_g_e_u_t_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#a8082fa77edf06276ec1082311f7e964a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedirectResource</a>
, <a class="el" href="class_g_e_u_t_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#acd42fae50c250b782192f2e24d53cd04">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedirectResourceEventArgs</a>
</li>
<li>aSavedPicture
: <a class="el" href="class_g_e_u_t_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#aa5cbc02a6928cbbaf9d1d604e2d110db">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSChooseSavedPictureEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a133e142fb17d01d2c3a9d28b0cc6e35b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSChooseSavedPicture</a>
</li>
<li>aSecondsSinceStart
: <a class="el" href="class_g_e_u_t_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#a20f2d05ff5d77874281e278c42a5e6cd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
, <a class="el" href="class_g_e_u_t_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#ab6e94135c92403aa7c93cccbc77c7714">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
</li>
<li>aSeq
: <a class="el" href="class_g_e_u_t_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#a79f51cfd32a61a799fcebf84d0d45037">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegInitSeq</a>
, <a class="el" href="class_g_e_u_t_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#a75280eba9dabc261fe355c0d56ccb667">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegInitSeqEventArgs</a>
</li>
<li>aServerHost
: <a class="el" href="class_g_e_u_t_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#ae7fac6873d932b84fb152372d83a1515">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#a13e2d8e66071654c25b10a2b942a7a40">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantUserLogin</a>
, <a class="el" href="class_g_e_u_t_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#a1a26bf94a860199d8228474f5aee3d4f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantUserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a75ab5ca012dfce556063cda805360844">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantLoginFailedEventArgs</a>
</li>
<li>aState
: <a class="el" href="class_g_e_u_t_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#a909500940264a7d6e58daf07d097c829">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableAFaultState</a>
, <a class="el" href="class_g_e_u_t_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#acb8f50b627979c3ba86214926d5cabd1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableBFaultState</a>
, <a class="el" href="class_g_e_u_t_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#ab70d78774eec2df839ea9f47ad57282f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMComFailState</a>
, <a class="el" href="class_g_e_u_t_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#a0d2b4d455bedb42b96d120e1326f3336">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableAFaultStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab2b4311313602fad1b860465af1ed7ae">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableBFaultStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4d086ef5ae5b6d2e26b4f0c34e7556a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMComFailStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a16a6e5fbbcfe5700ae2f1a303edc112c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMComFailStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af3d3f5e9700887ecde1d3669e444e988">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMComFailState</a>
</li>
<li>aStatus
: <a class="el" href="class_g_e_u_t_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#ac4e25dba2c05aecff04249dcfb14ac15">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureDetectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a942dd053eb1e319a190372523d946b61">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30PMMode</a>
, <a class="el" href="class_g_e_u_t_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#a4762182e551e937443744f310c9a6d9d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30VMDMode</a>
, <a class="el" href="class_g_e_u_t_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#ac00df11268200b4898b6832af102dd86">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSArmed</a>
, <a class="el" href="class_g_e_u_t_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#a94285ea55b98bc6baa658ac35f12ad81">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureDetect</a>
, <a class="el" href="class_g_e_u_t_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#ac8f856a0de9916069587194b1df37483">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPreAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a778ebffa933bc0e8afbceb847fdc5cc3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSyncSignalDetect</a>
, <a class="el" href="class_g_e_u_t_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#a6954d5fd98fc3c4c6a3c5a1a8e1fe9be">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliarySensorStatus</a>
, <a class="el" href="class_g_e_u_t_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#a24a97e1b77b986f032e59d3aba464a0a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentStatus</a>
, <a class="el" href="class_g_e_u_t_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#a331aec77445a08d0dc9d6e29a0c30d28">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#aff5c6e160725eabd75dfb42957f11d34">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#a64d5b019cfc919d6a55e933d9f7cd003">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliarySensor</a>
, <a class="el" href="class_g_e_u_t_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#ab13583cc81429b55441260d8fa8247ee">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP1</a>
, <a class="el" href="class_g_e_u_t_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#aefd337625691e475c289ab14a3eb18d6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureDisplaySegment</a>
, <a class="el" href="class_g_e_u_t_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#ad61504ae2e11fbd312fc5397328e5128">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureLU</a>
, <a class="el" href="class_g_e_u_t_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#aea4985197d1b057e8fe83ccd0447a777">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecurePM</a>
, <a class="el" href="class_g_e_u_t_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#a6bb5d67e5ccf04cd22d9d0243947f7f3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureRM</a>
, <a class="el" href="class_g_e_u_t_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#aa58fe7041ba618cb1087939a5d552af9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnARelayControl</a>
, <a class="el" href="class_g_e_u_t_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#a8f17cb863a0b8ac4ff43f018b840e790">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnRelaysOnOneZone</a>
, <a class="el" href="class_g_e_u_t_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#ad41e6b69cc9b2d2da3c377d88f6e8dc7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliarySensorStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acc001e439a1ca74b929bc6e470f15827">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2fc438b82f4cdd6ee2fcb4ca09170198">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab132b2e1d6b77763926e01df7be9bd4a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a700e5630efd7d165f4f2127aed81f5a0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP1EventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a631bc9cb6a44ab3f16ffcba6c06ad77e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP2EventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad98651368e3c878a9f30899a4c5ffaa9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureDisplaySegmentEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4473f7fdb40251361dad8d4dbcdf2697">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSVMDMode</a>
, <a class="el" href="class_g_e_u_t_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#acd8ace1b682c5570f9816595bb4ffe4f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecurePMEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a67110e20b80cf5e1f6e637f90800b69b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureRMEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8b3fd75046def27859bc7560b2fb9f05">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnARelayControlEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8d06ea2b598a47f827252144b57d1bdb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30PMModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af102d6c627cb4f96cd887cfe01d3a07c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30VMDModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9b894b2aa533fdb4e3042790592167ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSArmedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a77efff039e2255fa4ac761696c357141">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPreAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2aac6191ed0575f9c7ed8103532cd6f8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSyncSignalDetectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8f148d29fea0335d1fdc8b4eda025f2d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSVMDModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab06c0ac6df03442d1d98d4f91cac0123">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnRelaysOnOneZoneEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1fde6415172b214a3b3bc05f9419d576">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureLUEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a77cd7fefb0fc8b593bccbd23809696ec">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliarySensorEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af1086a6ade295b3c914605698bd412b6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aedbe2311ed5c2fdb908e338f0657a0d7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP2</a>
, <a class="el" href="class_g_e_u_t_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#a302e1d81950934a4a549773efc9939fb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperStatus</a>
</li>
<li>aSwitchMode
: <a class="el" href="class_g_e_u_t_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#abff179f4297a0d8cfd4cea896b1803cb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a374d9db78639890fd9cb413957c981a8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitch</a>
</li>
<li>aTemp
: <a class="el" href="class_g_e_u_t_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#a94a792569745ff99a63f62496ca1c312">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanRightEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af739d33cdb9f5a7ef3d6f1e071858179">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltUpEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aabf6ea3a8ae31a8d321fa7d4e6c5788a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusNearEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a00596dccb0bb2fc392e3ee94f1e76f52">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusFarEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a77ea888071de1f8e227409ae501cc5d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusNear</a>
, <a class="el" href="class_g_e_u_t_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#a5c5a2371ba61872a29367c4052afb7c3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusFar</a>
, <a class="el" href="class_g_e_u_t_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#aa8375d4d9c34338d9933bc3707085f9f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltUp</a>
, <a class="el" href="class_g_e_u_t_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#a0616f8f7aea35334f918efa7df68e716">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanRight</a>
, <a class="el" href="class_g_e_u_t_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#aedfc7bdc82b4f49fb610236109dc4164">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltDown</a>
, <a class="el" href="class_g_e_u_t_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#a36fadce910214fefc827342292012a69">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomOut</a>
, <a class="el" href="class_g_e_u_t_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#acb6fff5bd973bd9ce57e4dfd320ce84c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomOutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acdff79d949199bbe44e4729dcc8ff100">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanLeft</a>
, <a class="el" href="class_g_e_u_t_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#a746e538eaff36667785a5016e3ea9837">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomIn</a>
, <a class="el" href="class_g_e_u_t_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#abf876d5d4c7fb37a360de1abea0e84e8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanLeftEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a734cb6f673c118c5b3d1e355623b671b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomInEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a838f9400c41e070913321aa3cc786f25">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltDownEventArgs</a>
</li>
<li>aText
: <a class="el" href="class_g_e_u_t_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#a4cbaf30505d1a51eef75dabf7cf39489">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSetPrePosText</a>
, <a class="el" href="class_g_e_u_t_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#af593ef88b7f3a429c4038ee7d087b11b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSetCameraText</a>
, <a class="el" href="class_g_e_u_t_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#a158e4c73d1dc9916e7ee27ec65170def">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoTextOutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a297f44677f8d1c190fa5bd3a077da998">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSetCameraTextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a75e82d20ecf861bc09fccded9a3cb0ad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSetPrePosTextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9e3fa6f24f79647b52a55c535801277d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoTextOut</a>
</li>
<li>aThreshold
: <a class="el" href="class_g_e_u_t_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#a723092f4ff5403684a3a4bad41e9a346">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastPreAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1da200e7863363cc4986cd42d1d97967">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastPreAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a9379464def78d2c70b49eb73c7b91450">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afa440e1a13515d4f9612df332f10dc21">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a1ab4cc24ed008524c657bd2d54c17ec9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdValueEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aaf1b5c270e2d49d14e32b6c7e0618a8f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdValue</a>
</li>
<li>aTimeRangeName
: <a class="el" href="class_g_e_u_t_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#aa8855fc5a886b3bf18d268cc387844fc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::TimeRangesActions::GeViAct_TimeRangeStarted</a>
, <a class="el" href="class_g_e_u_t_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#a6f3849d417c8d4784aae7e599cb2c74a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TimeRangeStartedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa83726d1d45e5b104ba45644ade4312e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TimeRangeEndedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abf99b3e44a99ca65f6e08f966e645e2b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::TimeRangesActions::GeViAct_TimeRangeEnded</a>
</li>
<li>aTimerID
: <a class="el" href="class_g_e_u_t_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#a4dd350a07424cc9b2343777ec26fcd1c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopTimer</a>
, <a class="el" href="class_g_e_u_t_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#a81aeab4c09ea77fa6334cedffd16ffe7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StartTimer</a>
, <a class="el" href="class_g_e_u_t_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#a6b7db36b502f22ddcd1a72910ef90a7d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopTimerEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab5ca97b1b2dd2a5a92e85488aa6ac58d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartTimerEventArgs</a>
</li>
<li>aTimerName
: <a class="el" href="class_g_e_u_t_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#a4535f84a64adf2ed4244b286876af6a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StopTimer</a>
, <a class="el" href="class_g_e_u_t_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#a089fe7f4200cab86baeabdc557d1f69b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_StartTimer</a>
, <a class="el" href="class_g_e_u_t_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#afd4a6f29ce8e30094f8af8f326142be7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StopTimerEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a73f53190e140d6b7810504c06f5bfd3b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_StartTimerEventArgs</a>
</li>
<li>aTimeStamp
: <a class="el" href="class_g_e_u_t_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#a7266b5e7b2ca349d485f645329cd8669">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalInput</a>
, <a class="el" href="class_g_e_u_t_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#a7484531533b0b6ffc43735773b2fa2af">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_HistoricalAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a4b46e5be3818dccc44c9346ea9080a37">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae099d40664268cabdb6ba11d1ad7e53f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_HistoricalAlarmEventArgs</a>
</li>
<li>aTo
: <a class="el" href="class_g_e_u_t_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#aa3a962604d0d4c0ee94963e767ae9740">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab8350803751b30905e3d7d8372f0fbc5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmQuitEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae6466aca3c0e87976ae352acd129313d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmQuit</a>
, <a class="el" href="class_g_e_u_t_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#ac781a4fbdfae00d19d2a5b39a432a6f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmAck</a>
, <a class="el" href="class_g_e_u_t_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#a9145bb28d757f475cea703551cad13c3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a298ab3203b06bdc69db97f406b38b81c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmAckEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a12bce10c6e565e98712fcab25d04cb5c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
, <a class="el" href="class_g_e_u_t_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#aa6799be771d33043cd7cc109a581cb3f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a52aeb9152589dbf8933484d39826a017">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a6071b368f85f29873670a5d6a813a7fb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#afd7c4f5479e4a161d1b9f146daf96b46">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acae94020f7ee3b9f1eec2240b5de515f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a973f436fcedbe481b3d34eddac794255">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmStartEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa4f4bb49cdbcd9220e1650bf482afdff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad3d304edf46e71ce379a87f8918fc90e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a16dc64506a27cc830fd628c9c31c6504">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmStart</a>
, <a class="el" href="class_g_e_u_t_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#af38decb52a83992a374843c7fe057975">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUser</a>
, <a class="el" href="class_g_e_u_t_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#a6960b29b0901f8b45ba13bc1970a8cc9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyAlarmByInstanceEventArgs</a>
</li>
<li>aToName
: <a class="el" href="class_g_e_u_t_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#ad5b8e984b90af791e642a26b10faa5d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUser</a>
, <a class="el" href="class_g_e_u_t_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#a6c3f7ada8fc5a93557a7b3e2e78769e1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserMSGEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a71273fcdcac58e44d47591c41f41341c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_InformUserEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6606493d78edae006ca917b9dc63c12c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_InformUserMSG</a>
</li>
<li>aTourID
: <a class="el" href="class_g_e_u_t_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#ac1e283ebdbd53ee11f4a90a4815d2915">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourStart</a>
, <a class="el" href="class_g_e_u_t_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#a72aebe658a8db215396e12642f51e0dd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourStartEventArgs</a>
</li>
<li>aTourName
: <a class="el" href="class_g_e_u_t_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#ade8e6d5480769bbcdffd91d81e474e81">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourStart</a>
, <a class="el" href="class_g_e_u_t_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#a8932e98070888626545b6395ad3c8b0d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTourStartEventArgs</a>
</li>
<li>aUnit
: <a class="el" href="class_g_e_u_t_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#a2be9233e3e2fa49a3d00d19ad779a4aa">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP1</a>
, <a class="el" href="class_g_e_u_t_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#a08d0eb24ed6a41c1a75e3c3236dd1cb3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP1EventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae210651199c2dedc8def30b8e1848d68">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a452128fa9155523b2730ef4d131e4795">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#abc59d262975c2bbd9d92523398183c09">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMComFailStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#adfe3be8def8973216ba063e37318e2d7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aec4e3fa5dc0015f55a011508f2f8ccc2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad77f295b2806f13277f0f1b77047c7c0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmAuxiliaryInput</a>
, <a class="el" href="class_g_e_u_t_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#a9715bc7112c5c2b17d6edee7635535ca">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableAFaultStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6979d9a1e2f8054a46c93148cfc4ced0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPCableBFaultStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5983f9a116f3c5c3843b5d239e95a252">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmRMTamper</a>
, <a class="el" href="class_g_e_u_t_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#ad9d872a57ac296eb8dc365162eca27cc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliarySensorStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a663380ace59e1302937f0990d7281376">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmRMTamperEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a285d5d3926cfff913e1730a1f60d8dc8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableBFaultState</a>
, <a class="el" href="class_g_e_u_t_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#a9011a01ee18db396ee6ee3c13c423446">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnRelaysOnOneZone</a>
, <a class="el" href="class_g_e_u_t_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#a428c298ed39e08421614b26758f9545f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureDisplaySegment</a>
, <a class="el" href="class_g_e_u_t_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#aea2ed2241cbf06301835509837ec39e2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliarySensorStatus</a>
, <a class="el" href="class_g_e_u_t_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#a1ed04b3180d9d0f2fb96000af44e62b1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmAuxiliaryInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8b2b2f6b14f85e3712404065154dd868">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#a4a28751d88cc2e5fbae169a95f8fc0cd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPTurnARelayControl</a>
, <a class="el" href="class_g_e_u_t_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#a40e2fe3be2feba2b6295172644aa0ad7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecurePM</a>
, <a class="el" href="class_g_e_u_t_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#a6da9dc1a511d1245d2cc13a445b81ca6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMComFailState</a>
, <a class="el" href="class_g_e_u_t_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#aea71658bdd0a74562133e2c12231d7fb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#aa0fcf75df0947163350fea0de6d4d27b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPLUTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a981acffba471d1d7212d05f47ea0d5e4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentStatus</a>
, <a class="el" href="class_g_e_u_t_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#a2e332c173b5247904e505e06e7864f71">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmPMTamper</a>
, <a class="el" href="class_g_e_u_t_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#ae2de463b8087a9cdb0585bfb1e4fa7a6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmLUTamper</a>
, <a class="el" href="class_g_e_u_t_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#a5affc5c626f38cd43d379fa41e2c469b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureLUEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8b7769db07511d626d510b81f4e9a48b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureDisplaySegmentEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7b6637766ea56b2450a941481d78905b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliarySensor</a>
, <a class="el" href="class_g_e_u_t_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#a257c81a410b6ef9f165f8bd777fd7edf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmPMTamperEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8026193695f3771466dd1efb8f8069d1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperStatus</a>
, <a class="el" href="class_g_e_u_t_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#a990c430f29a982e1bcf11e5d6d0793e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmCable</a>
, <a class="el" href="class_g_e_u_t_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#a2c97d38c010499f5e8f6da817830364e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliaryAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#ab61dad0386253e8c166efe06500e77e2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPCableAFaultState</a>
, <a class="el" href="class_g_e_u_t_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#a7fa43761897b7a72cf7476ca7177357e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPDisplaySegmentAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a77e1adf9c483afbdcafe93327151264e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMComFailState</a>
, <a class="el" href="class_g_e_u_t_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#a7c1d97e18e31c3a9b5b24614762ac9df">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPPMTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#af63037d1c04941a32eddf3ff4d4207e8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPRMTamperAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#a3648addfcb506e21a526b5395589c008">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureAuxiliaryTP2</a>
, <a class="el" href="class_g_e_u_t_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#a92c3b1b3934586e2d2e14ce018bd47b9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureLU</a>
, <a class="el" href="class_g_e_u_t_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#ad47f6195aa6df0a9256e28245b02598d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPSecureRM</a>
, <a class="el" href="class_g_e_u_t_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#aa80e45b955be5dd204c0446e95b174e7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmCableEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a446ba91bb7e7d9666c4f105eb6ab7a0d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmLUTamperEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a932ea4e8f16ef5e565df188e568077c6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliaryAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a81c58a4e98be7d4880e411acf1825e7f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPDisplaySegmentAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a468978b0c824edafd1ba5fc0bc51410f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPLUTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a781d8293faaf754c078950b711e9648c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPPMComFailStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a55a168f926daad9f0fcc459bcaa59313">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ade1602f909daa40b4f3236250a057dcd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPRMTamperStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4e69d696c13582935d76ffbd7b27b7e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliarySensorEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7cdcbbca64b8368d3b62dadad7a482fe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureAuxiliaryTP2EventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5ff1a8f85739fa39d11825a3682e3d9c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecureRMEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae9b7010006f36bc09bbe1d019451a40f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnRelaysOnOneZoneEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6b04c79cf5297adb0f2e56a01ee1e1a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPSecurePMEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae91a424115477ab63e5e32681549cd15">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPTurnARelayControlEventArgs</a>
</li>
<li>aUnitType
: <a class="el" href="class_g_e_u_t_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#a8aac20536e9dd8424948c8a5c7977628">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliaryAlarmState</a>
, <a class="el" href="class_g_e_u_t_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#aeaf524d46db0726cd0165503a4721537">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliarySensorStatusEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afd619e2f291992f13a96fbd6e9afd350">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAuxiliarySensorStatus</a>
, <a class="el" href="class_g_e_u_t_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#a9aa2a5505eb54fc3b8baf50a3fecdeef">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAlarmAuxiliaryInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae8dd27fcd29c004f7e4235b0de13e2af">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MIPAuxiliaryAlarmStateEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1ad8578d6eae1ce944cbeb005174b076">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::MIPActions::GeViAct_MIPAlarmAuxiliaryInput</a>
</li>
<li>aUp
: <a class="el" href="class_g_e_u_t_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#a0162770159b96e72cc6a6df0b94a8f5e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmAck</a>
, <a class="el" href="class_g_e_u_t_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#aace9e287504dcb5614530e3b486cc657">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmQuit</a>
, <a class="el" href="class_g_e_u_t_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#a2bdd11fac1105b8ce781a90477ef2d8d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmAckEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac63d66f68dc86701e9558fdd82240ed2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmQuitEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae143447c32be2dbcbad604c0dc542489">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegAlarmStartEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5b3be3360ca918dda678ced11490df7b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MBegAlarmStart</a>
</li>
<li>aUser
: <a class="el" href="class_g_e_u_t_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#a359faeacfbd5939ce7fb9fe96f5d1db4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedConnectionMasterChanged</a>
, <a class="el" href="class_g_e_u_t_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#a5f6d18b223f2b2b7d8c519a35e769c5d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#aa54cf9ad48b21daf1601c4f83256c47a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedConnectionMasterChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad7c1d2c19cbe9f64ce75a6b5531eff01">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantUserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a47f2759b1cbc5c0aca8bc81742efd3eb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedRedundantUserLogin</a>
, <a class="el" href="class_g_e_u_t_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#a6259a0e2312bf3e11d1a458ed4dd5e7e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RedRedundantLoginFailedEventArgs</a>
</li>
<li>aUser1
: <a class="el" href="class_g_e_u_t_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#a7012a29e75eec06adb5ce6c3e3fb0c69">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae0aabbddd29e8b0c32996401658b99b1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#a93f8799b5273bbbd12fad220a298edd2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemSettingsChanged</a>
, <a class="el" href="class_g_e_u_t_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#a3f77c3d13cf40e0f880a5e03d7afeb13">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogout</a>
, <a class="el" href="class_g_e_u_t_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#ac39d32cb21409a0d9e95cc243ca9aab3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLogoutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7516136c0031fd618a57fe2ff018114e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogin</a>
, <a class="el" href="class_g_e_u_t_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#aa6a51dc045bf536a557752dbcad77508">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a729f8a232f126c630def425f320e2c0a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemSettingsChangedEventArgs</a>
</li>
<li>aUser2
: <a class="el" href="class_g_e_u_t_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#a7e474761edb785b2d75e78bfad7dad61">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ade63452a9d0b79a5ed0e7bb7331e923f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemSettingsChangedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3be7ed7b642c9f6ecc39534e6559962b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLogoutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a38c06bac44d908037e7bfa81d2b44c2a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_UserLoginFailedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5f804fb3c687def63a686ff0cbbfa45d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLoginFailed</a>
, <a class="el" href="class_g_e_u_t_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#a3258e6a7dc2d98c72e4ca78731daa790">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogin</a>
, <a class="el" href="class_g_e_u_t_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#a7cf9a6108d442d60cdeb55435126fcb9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemSettingsChanged</a>
, <a class="el" href="class_g_e_u_t_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#a9b4a163cb695b803832454b0d31c18c5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_UserLogout</a>
</li>
<li>aUserID
: <a class="el" href="class_g_e_u_t_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#abadf58d78880b423301ca4a69c5abc75">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ChangeRightProfileEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aefe7e6c6f67f042807f61d517ebee084">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpNextAlarm</a>
, <a class="el" href="class_g_e_u_t_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#ad27dcf78ca67ae0f290b69bf4364320a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a389a8efa7a6e2c3047523332bdc0f8f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#afc9c371a659cb2b369f7e5e03c050187">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_DisconnectUser</a>
, <a class="el" href="class_g_e_u_t_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#a340fdacd5052951d702a617c4cdfc6e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ChangeRightProfile</a>
, <a class="el" href="class_g_e_u_t_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#a52816b7b3aa0770f7ceb9f7ae38fcdc2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RestoreRightProfile</a>
, <a class="el" href="class_g_e_u_t_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#a5ef955e0407e90719e8bd99d91028558">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_CopyActualAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a4a737ce29e70195e1b8b70ab31bd7da2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_MoveAlarmByInstance</a>
, <a class="el" href="class_g_e_u_t_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#a781118e0ae56209168765963436c3ea4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::AlarmControlActions::GeViAct_PopUpAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a8501ec2307f79783423aed5f3e974459">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RestoreRightProfileEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a90f7c39ddba1f6cf0c52147a35982451">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af44ea629b8052241860dabe650897c54">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpNextAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a43f8a55b84296957514d720053312716">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TakeCameraControl</a>
, <a class="el" href="class_g_e_u_t_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#a93d3cdd9ecca8f8b46ae1ce5f459f28b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aeff6fa2462b132f20ddf4275b283e834">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PopUpAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac7ec39860a8c409a8eeeb26b916d7cd0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveActualAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4ca8bce400e7a2fe2af12da291f62ca6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MoveAlarmByInstanceEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2a0df64784fdf3de42110e845c8b85d3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TakeCameraControlEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7f7697ac2d34b00782f65785c80fec0f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DisconnectUserEventArgs</a>
</li>
<li>aUserName
: <a class="el" href="class_g_e_u_t_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#a523e0ac65ec26605c7afb68f08598f7c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DisconnectUserEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a39f789fb7bd99bb1eda736db61e855cf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_RestoreRightProfileEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5b6abcf62a4fc4e88ab936d44af2bbd6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_DisconnectUser</a>
, <a class="el" href="class_g_e_u_t_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#ac74041155491cedbcb5c1bcbc9788770">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RestoreRightProfile</a>
, <a class="el" href="class_g_e_u_t_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#a6dd404d5abae87b2ff8fb3290fa2c525">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ChangeRightProfile</a>
, <a class="el" href="class_g_e_u_t_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#ace01e76c0b28dff1d891a9d1b6394f59">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ChangeRightProfileEventArgs</a>
</li>
<li>aVideoInput
: <a class="el" href="class_g_e_u_t_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#abe021635045dc914d84f2257a44a8c58">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FastetModeOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8dbdecf0f408598fcc433d2e10f451f6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraOff</a>
, <a class="el" href="class_g_e_u_t_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#ae4f94f478b0a77dadcf7707523579ffe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraManualIrisOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3369d1cc5c968adcfe138b0cc398f028">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraAutoFocusOn</a>
, <a class="el" href="class_g_e_u_t_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#aaf401367a763ed30859472ffa7822a1a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSTimerResetEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2f5c970e392e54998c8c18872a559174">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTextOff</a>
, <a class="el" href="class_g_e_u_t_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#ad95481514d5ea61d323ead7e38975b71">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraRAWOutput</a>
, <a class="el" href="class_g_e_u_t_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#a203d43a2a6567d6a1ebe76bff0ed2d35">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitchWithAlarm</a>
, <a class="el" href="class_g_e_u_t_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#aca94d7b90b91933737f751f28ee37fe5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecUFuncOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a750d8f7e509ef7e3938c0421bc11de07">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetArmed</a>
, <a class="el" href="class_g_e_u_t_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#a9e13abd372ea04a9e39534f29b4c1acc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSmearAndWashOff</a>
, <a class="el" href="class_g_e_u_t_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#a9feb5d94644f29cd1d7e29db4034ec3f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSetPrePosTextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a752236bb11a00f43a90ffdcc4f8e1e38">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoSyncFailure</a>
, <a class="el" href="class_g_e_u_t_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#a3e1d6a1fed2ed47ac7db0f5b9a9d5e07">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_IrisOpen</a>
, <a class="el" href="class_g_e_u_t_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#a084c49df1761220c71f2233b7c26a1c1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecUFuncOff</a>
, <a class="el" href="class_g_e_u_t_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#af66f9e8fad665f17c8da821d1ab6f188">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpec1FuncOn</a>
, <a class="el" href="class_g_e_u_t_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#a46e75d86471c4765918db83f6c6480e3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DefaultPosSaveEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a824b2fcd54fe07df65fb6bfc629641cf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac34260c458e1cb60abc5f4930a912d9c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraStopAll</a>
, <a class="el" href="class_g_e_u_t_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#ae15f72e7cb517ec188994fdb92b5ddaf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosClearEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a912213a471c2bf1484f72d5e869501ce">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraVerOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a198c37fdc68d91212d59dc746ff404ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastOkEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6f014691d8a6d33a776134f7b0d1e3cd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureDetect</a>
, <a class="el" href="class_g_e_u_t_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#a4559a4cb5895668c80e06ec8db8cce11">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorOutput</a>
, <a class="el" href="class_g_e_u_t_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#af989f7d66a41798cc7a8179711f4a35e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSmearAndWashOn</a>
, <a class="el" href="class_g_e_u_t_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#ad5eda58f46efe18622b3a59bf3d70383">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoThresholdRequestEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ad3269b93d30162da49c74a6bd55cadd3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_ClearAlarmFlagVideoInput</a>
, <a class="el" href="class_g_e_u_t_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#adbe211f5d52364126c330084b229f7e5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a4e7d921b415b52fe9e174fd252b4c39f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_MBegLockCamera</a>
, <a class="el" href="class_g_e_u_t_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#a6bbb0762f75a5e38d3c29057ce748426">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraLightOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2dbb715005a87a57e6805ad4b31dd6a1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FastetModeOn</a>
, <a class="el" href="class_g_e_u_t_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#ae741a998f883f367ab63bdf1718667e7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmEndEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8ac8a0817a4e78035819c41d508dec68">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoSyncOk</a>
, <a class="el" href="class_g_e_u_t_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#a329eea42ce4441bd1b4a939dc26bc22d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae8b29603a7824ab26a02a97cc491e30f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSelectCharModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a854f19827321fe0173c9d78c586f8ee4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmEnd</a>
, <a class="el" href="class_g_e_u_t_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#ae2c8e19dedfc9e329c0dbe38c0f4b150">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltUp</a>
, <a class="el" href="class_g_e_u_t_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#ab5a417dbaa63f6179b0560a92e64e62a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraAutoFocusOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7df1861073a95e544c445ce9981f7b2e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastPreAlarm</a>
, <a class="el" href="class_g_e_u_t_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#afd4054e9b0a10559721ee8111f8f16b3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosClear</a>
, <a class="el" href="class_g_e_u_t_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#a74a871f48344587dd950abfb24b54ca1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomInEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afb414008ac835bfe452f460e5aead9bc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltStopEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9c867a80ffa3fa5dd8f3265f9e54790d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanStop</a>
, <a class="el" href="class_g_e_u_t_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#ab9bf374edc9d8af0593367a8a791655e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastPreAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a299b93275cb9b19afc247bf212e607f9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosCallUp</a>
, <a class="el" href="class_g_e_u_t_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#a8c1376692c015135620a06c0b8439334">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanAuto</a>
, <a class="el" href="class_g_e_u_t_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#a39a40baeba494a24aff0772033f8fe36">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSVMDOutOfOrder</a>
, <a class="el" href="class_g_e_u_t_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#a9c3fd0eec62d286927451e8e423dbe48">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraManualIrisOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9ceea4afbd0c3b6c79b4c982234190a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltDownEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5b8ee032a68f12e6ca30bb984e27ee1f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PrePosSave</a>
, <a class="el" href="class_g_e_u_t_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#aa459c122f1085eed64b4c0acb13d1a8e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoSyncOkEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a33c25e9f31ad2a5e68dfa2a4b3250630">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanLeft</a>
, <a class="el" href="class_g_e_u_t_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#a397a975e7c0cd3dff91703d701415489">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosCallUpEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af217f0d0ce5601a48a869f8cec1746f7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_VideoThresholdRequest</a>
, <a class="el" href="class_g_e_u_t_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#a93d074caca36b888a9fec02ba2c865b8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_MBegLockCameraEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a95d9bada7a2c61ff9658afdf91b17c59">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmExternEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a16b253cd6a1901ca2b90359d992f4401">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusNear</a>
, <a class="el" href="class_g_e_u_t_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#a2e86128e4788a9127f22c8f4a8e9de19">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IrisStopEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3329877d4b25c192a71a8168f03461db">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanStopEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afd0e2f6d4a77dc9c4d7455c19f58cc91">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusFarEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac9ace2ea55681829205228ce6f7cb570">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PrePosSaveEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a705f200fd20be4e50bfe70b6c7b69fb4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraPumpOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a7214ab1ca7ce31a2868e10f79b99be5f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_IrisStop</a>
, <a class="el" href="class_g_e_u_t_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#ae36f0c777952d11306ec541f522081a3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSVMDMode</a>
, <a class="el" href="class_g_e_u_t_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#ab4d2a5ce39e32394572f496c946d5447">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DefaultPosClearEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2b68fea0e8b05e648a37fd289d2365f4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureToOutput</a>
, <a class="el" href="class_g_e_u_t_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#ac0bf44649ca8bb1c43b994f8448c8508">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSTestAlarm</a>
, <a class="el" href="class_g_e_u_t_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#a301710350d238ab9eb53a5ae9b1c05f2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltDown</a>
, <a class="el" href="class_g_e_u_t_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#a975a78c0a8bd00b504f95c1fa57273d2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecVFuncOn</a>
, <a class="el" href="class_g_e_u_t_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#a454ea45a13e6f95ffb96bf60356e68d6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSyncSignalDetectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a543bd60ee94a284a83396918b0f0fd0d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IrisCloseEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1370d452eab3ab7193d665050b58bfc5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTextOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af71517ea17e5b0e70576089b3dac61c6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraTextOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aed3627581f26ecd3d2278df5d6898019">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VS30VMDModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0438098601b7f918ffc528b132f530ac">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraPumpOff</a>
, <a class="el" href="class_g_e_u_t_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#a5372e45bccff64c9aeb9b35f7be258eb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_DefaultPosCallUp</a>
, <a class="el" href="class_g_e_u_t_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#a4fcd113a5c3c63a9e6666514a3078f4a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusFar</a>
, <a class="el" href="class_g_e_u_t_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#afa584b7ca453f8390f9544880ccd7d42">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_PanRight</a>
, <a class="el" href="class_g_e_u_t_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#a17897062b1f0c1da0ee593486cf0b7e2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanLeftEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a95a810f09124554dd48618a844dcd896">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSVMDOutOfOrderEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4bd0425e532305aa55452bc74d0ced93">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VS30VMDMode</a>
, <a class="el" href="class_g_e_u_t_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#a962317a27331c303e8e0a127aa7ccaab">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSetCameraText</a>
, <a class="el" href="class_g_e_u_t_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#ae8941f0de930d82c6374bd0aef649c51">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_FocusStop</a>
, <a class="el" href="class_g_e_u_t_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#a73b82905ba2af6c6ef31f58cd7350b1f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoSyncFailureEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af9f806649d79dd4134c0be1e088b93d8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TiltStop</a>
, <a class="el" href="class_g_e_u_t_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#a176e90c96df5ca99e25adba0608553ba">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomIn</a>
, <a class="el" href="class_g_e_u_t_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#a337ed9faf5debb8f4fce59fe4b8e95e4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecVFuncOff</a>
, <a class="el" href="class_g_e_u_t_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#a2df75ef98d5cf94a0a9e45ed8ad82f86">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSRecorderEndEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ab4356c4743919d680b9d49ef67381c76">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusStopEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac34a3805fd597be6418ae3bd7def71d4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraPumpOn</a>
, <a class="el" href="class_g_e_u_t_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#adf7108158b14dc8dcf63b330fe76c620">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSArmedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a800d084741378b083fe61e0f942ac94d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ClearAlarmFlagVideoInputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa403d2c78263a55db0a2e7445c6212f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSmearAndWashOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a87295b2764ab33aca242b987c6097177">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpec1FuncOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a749a5e16bb18a8a37ac3bb0b813bf2db">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraAutoFocusOff</a>
, <a class="el" href="class_g_e_u_t_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#a22eee1628bd148c18890b34c35505bed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraLightOff</a>
, <a class="el" href="class_g_e_u_t_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#a276ee6fed59c0f47749b57b0241236fe">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_DefaultPosClear</a>
, <a class="el" href="class_g_e_u_t_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#a6d0788831a320f09a88dc2f5f22b2aa1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSArmed</a>
, <a class="el" href="class_g_e_u_t_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#aa10f4a0f2ed72fff5b31883722a0ab3d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureToCommonOut</a>
, <a class="el" href="class_g_e_u_t_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#af5e94d90d6c16d760294ed7cfd59dbe0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraPumpOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#af301305e6b20fbf37dc342df44665a48">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoContrastOk</a>
, <a class="el" href="class_g_e_u_t_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#adb6d2a5be0a80203a2d0d0396964e53a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecUFuncOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aeb2ed1d8c2e430bc04ab814cff5577da">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraClearPrePosText</a>
, <a class="el" href="class_g_e_u_t_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#ab9ff51965dface825167e69ca62db03f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomStopEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afb73531924ffad3937926bf4b99cb85b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSetSensorMode</a>
, <a class="el" href="class_g_e_u_t_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#ad96608f66e24110f1a51fd55f7728eaf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPreAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5d5002bd9a1e5df72330242a009c9a75">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitch</a>
, <a class="el" href="class_g_e_u_t_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#aae2b0ce8a6afddf4019dcd8a6fe12c58">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_DefaultPosSave</a>
, <a class="el" href="class_g_e_u_t_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#aef7741baa4511ed8e90d1f148151c6a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSChooseSavedPicture</a>
, <a class="el" href="class_g_e_u_t_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#a0a006db87a18cc9feb811ee740b25259">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TiltUpEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8372ac050f4cf9ad3972438e2bfac9e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSRecorderTimerReset</a>
, <a class="el" href="class_g_e_u_t_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#a83452d6ce482e652506ab6691b62bc54">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSSyncSignalDetect</a>
, <a class="el" href="class_g_e_u_t_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#ada9952792aae4c6f02b8574665f379ff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_NormalModeOn</a>
, <a class="el" href="class_g_e_u_t_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#aee57b717f70eadd6abb53d498023049d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_TakeCameraControl</a>
, <a class="el" href="class_g_e_u_t_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#af9f150920e34d2e26c3c5b16bcc1a7b9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomOut</a>
, <a class="el" href="class_g_e_u_t_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#aac804b287b7264dd7d1638c8879697c5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_TakeCameraControlEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#acb47f789a67f03fad989a5aa4cb626ba">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraClearPrePosTextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a5b9d32e4ae6bacc29b3f94fb860a1aa7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_DefaultPosCallUpEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6a2982981cee90eed5c61e2bbe9ba57b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_NormalModeOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a751973499593fc306039ed4c40ed4abf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetArmedEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a885defbe9cd023bb555e0ef5193d452c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSTestAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a23f03f85fa1fa65bd70e046e98ffc619">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmInField</a>
, <a class="el" href="class_g_e_u_t_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#ab3f9036db45dc3a45f4e0c3bb9185add">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPreAlarm</a>
, <a class="el" href="class_g_e_u_t_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#accc31266dccda606ede4ba23288eb8d6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSelectCharMode</a>
, <a class="el" href="class_g_e_u_t_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#a4be1cfe3cbf8853e7156c3ccf79bb1cb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpecUFuncOn</a>
, <a class="el" href="class_g_e_u_t_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#a5aae405b7120453d29439b573d36ad9e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a4c920c65aa9984ed750c763bd3127d46">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraVerOff</a>
, <a class="el" href="class_g_e_u_t_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#ab005df57accdadda3e415fe7eaf567dd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ZoomOutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0c4cb8c9d0e1f33221f1b613c5daad17">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_FocusNearEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a99a6f3b07c8cce609797f239bb85031f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_ZoomStop</a>
, <a class="el" href="class_g_e_u_t_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#acea67094cf6447b5517fb586a16ad969">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSpec1FuncOff</a>
, <a class="el" href="class_g_e_u_t_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#aef7d3ca7758bd13100e72105d5eeed20">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraLightOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aeeda2b2dfa7983e24e59959a64a33d9e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraAutoFocusOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a27e3897a8c40bd3be20ac62e51525c6a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTextOn</a>
, <a class="el" href="class_g_e_u_t_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#a0c75a476d4bbd8ccf3807a7e47a945ea">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_IrisClose</a>
, <a class="el" href="class_g_e_u_t_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#ab9383fbb1b5dbfcef75ca343d8659097">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraStopAllEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aab0cc9186728b2579f224035264c7054">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoContrastAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac84f9d732eb2da59f0f116e2bfccf7e9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSSetSensorOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9f6742f997fc0b0632c904f6a2d4c499">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureToOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#afdb23a7a7eb73e05d4fbd9997db4bd09">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraManualIrisOff</a>
, <a class="el" href="class_g_e_u_t_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#aca67c1d2cffb0f240525ffea8785f7db">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSChooseSavedPictureEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a963d0701c678aa619c2f0e3d245022ce">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSmearAndWashOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa1bbbc71a30875c50416e8df30a4a3ca">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpec1FuncOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3941247b89334d8ba59c2b973c20568a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSRecorderEnd</a>
, <a class="el" href="class_g_e_u_t_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#acedcef6e167057ee89c98b774e377b85">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSTimerReset</a>
, <a class="el" href="class_g_e_u_t_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#afb952307369742cae20603f9abb2a98a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSetCameraTextEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac9bd206f211d562ed947b9a9f2a1383a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSVMDModeEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae931c975ca80f66832ec5a6da088e217">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecVFuncOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae53f1c311d1d5857dedf547a078034fb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraRAWOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a8c22fe87351e32cbe89bb0f9223118a4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraOn</a>
, <a class="el" href="class_g_e_u_t_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#a55bd914fe4875b46a5212984da879dc5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSAlarmExtern</a>
, <a class="el" href="class_g_e_u_t_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#acddc13b3ae4df10e75826f6b5d9c378a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanAutoEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aed141183b46651f98d9de919ec1846bc">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraSpecVFuncOffEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a52380fda83d4c2e6a4bb858041161cbd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSAlarmInFieldEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac84e7c19fe5f60f89c67221334bdbace">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSRecorderTimerResetEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1a0ccd4219824e9944a27200010f9b8d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureDetectEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ae17131976281495ab0dd5bc44b59ac3a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_PanRightEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a3e1547033fa4eb61f8b9ce243b41559b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraLightOn</a>
, <a class="el" href="class_g_e_u_t_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#ae706c8bcfc03f7da720fadbf7d6bd76f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureToCommonOutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#aa039ba991bf7d3e0470aaac0a3395ceb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraManualIrisOn</a>
, <a class="el" href="class_g_e_u_t_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#a81c3d70fbb9013a3be26dd965b01dba6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_IrisOpenEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a2e045d0ccc72f2e95d2b18d5f5c38722">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CameraOnEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac2acaad63cdfe6f004ffaf5ffc0d72b8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraSetPrePosText</a>
, <a class="el" href="class_g_e_u_t_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#acb4cb6fe5394770913b17559d257513b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchWithAlarmEventArgs</a>
</li>
<li>aVideoOutput
: <a class="el" href="class_g_e_u_t_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#ae53e4bedd17cb8ab99477c77c3dd1478">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoClearTextOut</a>
, <a class="el" href="class_g_e_u_t_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#a9ed593e95d79bcde00fd9d78135e9b9d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitch</a>
, <a class="el" href="class_g_e_u_t_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#a0bf9967248794a7c44a62e3fc1fb99dd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ClearVideoOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0083b0c36a64a934d8119dc99db101ec">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CrossSwitchWithAlarm</a>
, <a class="el" href="class_g_e_u_t_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#aabe5677040b253b73c23833acc41d84c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_ClearAlarmFlagVideoOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a09277860cc70e92b804806a275b631a6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_VideoTextOut</a>
, <a class="el" href="class_g_e_u_t_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#a6dd3d66169ae643143dd4c15196b1900">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#ac930a14f9796647118e2f48120f2315f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_ClearAlarmFlagVideoOutput</a>
, <a class="el" href="class_g_e_u_t_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#a72fd7a8dc582e2f60bbe4540d104f399">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoTextOutEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a9bc88064cc93eb4b74e07dae7288f219">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_ClearVideoOutput</a>
, <a class="el" href="class_g_e_u_t_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#a1c709aa4eda855f55fce9f3916850765">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CrossSwitchWithAlarmEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a14b89b9d746254dc73ff8b8e446cd617">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VideoClearTextOutEventArgs</a>
</li>
<li>aVideoOutputFrom
: <a class="el" href="class_g_e_u_t_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#a9dbb96e9a5caa7ea0f5bd0cbbd88916b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyCameraOnMonitorEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a0f7744f8cb9f7864f9a0d17e1213b88a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CopyCameraOnMonitor</a>
</li>
<li>aVideoOutputTo
: <a class="el" href="class_g_e_u_t_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#a9e72e4341d049c613ee84266723448c3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SwitchControlActions::GeViAct_CopyCameraOnMonitor</a>
, <a class="el" href="class_g_e_u_t_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#a30d3f6f831851911243efb8f207f148d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_CopyCameraOnMonitorEventArgs</a>
</li>
<li>aWarningCode
: <a class="el" href="class_g_e_u_t_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#a28536c0a5825c7cdf40baa91151132e6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemWarningEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a59a6bd1e3a40b3364ef4c058a088de8b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemWarning</a>
</li>
<li>aWarningSubCode
: <a class="el" href="class_g_e_u_t_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#abe068f2a80460be6486440237ead53d6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemWarningEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a1dc931a0a09fa17225440ed76109f846">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemWarning</a>
</li>
<li>aWarningText
: <a class="el" href="class_g_e_u_t_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#ac7d5c3cf7a5441f83cc184698b86de64">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemWarning</a>
, <a class="el" href="class_g_e_u_t_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#ac5c393fd63f799bb3dc361b5f69784eb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_SystemWarningEventArgs</a>
</li>
<li>aWhichPicture
: <a class="el" href="class_g_e_u_t_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#a28f04aa5f0baed50a3ddbcc517135ca6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::ActionDispatcher::GeViAct_VSPictureToOutputEventArgs</a>
, <a class="el" href="class_g_e_u_t_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#a6579ef4a45ce3b8a441ce34a11b0d054">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::VideoSensorActions::GeViAct_VSPictureToOutput</a>
</li>
</ul>
</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>