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

460 lines
101 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 - Functions</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 class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><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><a href="functions_func.html#index_0x21"><span>!</span></a></li>
<li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
<li class="current"><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
</ul>
</div>
</div>
<div class="contents">
&#160;
<h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
<li>FromNativeAction()
: <a class="el" href="class_g_e_u_t_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#af02f4f43603410049bb032dc76d2ab90">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActionByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_system_actions_1_b7007199eb34b78bc3793b766d075de2.html#ad4db28e54d5a10b5d0e07043587d2e4c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_ActionDataCorrupt</a>
, <a class="el" href="class_g_e_u_t_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#a8c8142885c5bbbbbceca47ab9b2f9a90">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_1_ge_vi_act___event_started.html#a25710f1f13ffe3cb141c6bef32b79c7f">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___log_last_action.html#a04bde91ad15efa5ce763a3753fe99cd9">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___start_timer.html#a30d1f0a155960a4e516538449415bd6c">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_camera_control_ac907d2e7cfd4d8e7de0d46af4ca95a4d1.html#a51086617b1a1bc95f79c51ba8ef2a9d3">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_switch_control_ac06708758e4bf7022025edcb31aa2c7e0.html#a8dfb7498131da4b57bc821537a12a75a">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_ac6c2f4ef17f5dcf71f4d65648e8a04c5e.html#a429e81dabf78f364825cf2f99d8940cc">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_ac346190df1f8a41baa98abc2764756f41.html#a2268bd540f259f755b444f8a61503ebc">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_switch_control_ac340ecc74d3816425df22606719a59fe6.html#a93a8b85713bb553b236fbae513675c4c">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_switch_control_acf72a3846abc220b0a18d339f11382838.html#a4fa4cd35c75874ac3ebcd7ed76ebe6f4">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_system_actions_1_edb7386f4a391b07163f0d9f0b214817.html#abcab7a0994bde1d7968ab65612dd4218">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_camera_control_actions_1_1_ge_vi_act___camera_on.html#a9fc7a3cb365166efecd8ee28baebbf27">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_switch_control_ac1f56ec783e8a7b92ae2fd36d6952d352.html#a817d83e2c41cf026248d926491c25d88">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_switch_control_ac935b35171c3f1fda5de5328fb8e3c100.html#a52498fea5fb40ec00f17789c2d2b58fd">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_camera_control_ac2bbfc220f82060fd64477f1d314b9252.html#af67c391fb103c7c611f559accae31fe2">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_switch_control_ac8664c7a119149314d7f41ebb4f0772ae.html#a0f10414d89672d1ff3c6ad9ba6b63e80">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_switch_control_ac7be4c7ef001e4387171fd298a967be68.html#af2fba0f0ec258e5040f50765cdc74d16">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_system_actions_1_1_ge_vi_act___log_message.html#a12efde258294aa857d7945febb1b6fc0">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_7a2007c3dcd04ab0bc206a0e34693181.html#ac035cb11e54d3e9acab4aba140d65285">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_camera_control_ac4e0b138e9f8640fdb93c6ee78930a3e3.html#a192ddc3ddc489415462018f0a208779b">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_contact_bus_actio34dee493471ff134e91278a131cc989a.html#a53bdc262fe85c0ac13aa99f75f5336fb">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#abc7f961f19979a9616c3cb8d7ec571f9">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_camera_control_ac27d17691e5a98b8b9f03b7b2408b5319.html#aafed7443382116a8bfb624a830ba0eb5">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_contact_bus_actio3c369269f3b8409880dcf7dac368a24c.html#a0be343af51a9175019f614602c7f50a3">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#a06848f84f4bd1b08d8a57fc74b5fab00">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_system_actions_1_1_ge_vi_act___stop_timer.html#a24ab1d7ed870d0a98b50873da37619b7">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_camera_control_ac166fa44c47b967656a0d57863a44510a.html#a5865147b004fcda520b6c8c5cf810086">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_contact_bus_actions_1_1_ge_vi_act___open_contact.html#a233975bea9ff05a5b542b9a04fd7279c">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_time_ranges_actio4f1c63e6ebfb9748e200a7f4e7708e0c.html#a31654769be55bc63881c72204ff596d2">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_camera_control_ac70e959db51d1e3e8790cfda527463f4b.html#a35923faa2039b6a03a5abe269135003b">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_time_ranges_actiofd3a90b63e37020e879b3e6c3956323e.html#a738e911586ebb9ce913de043189fe76a">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_alarm_control_act5e13d17b397379e7aa2a7181344c9ab4.html#ad1ee2a3357e18d7bbd7fa118a0e9bfc4">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_system_actions_1_1_ge_vi_act___event_stopped.html#ad70a4c925b1e5c040988be02849b7064">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___log_message_m_s_g.html#ad27a1957322eb62bf7afc05793d3368d">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___sync_time_request.html#a19be5a38dee247874cdba53e945d138a">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_camera_control_acd815c3b67111543eafaf3d26bd5e5e29.html#a07e35ec6165127a3c777208500ffd564">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_alarm_control_act063f5550fcf29ec2f470d35b2a8a2387.html#a100baec866cd3b9b6e3daa65ea8b17d6">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#ad5c0d6e2b717bbfd2a5b2f77d4c78df0">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_camera_control_acdc131839c4728acfe01f2134d42cdbee.html#ab3462ccf23917456f8f7a011b88e6f68">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_alarm_control_act8258ca0902856941b2a44390fccbaff5.html#af694f124bf9df48c1fd6df864bb6b165">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#ae5f817f3c7ab0e7bd416ebde1b15ba5d">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_system_actions_1_6d41d47666546793014e14af44d0a53d.html#aba8dca1ebf8f4a97bca33d8ea5fb575f">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_camera_control_ac2b14d2abde4c75ede31e0091d8858d33.html#a279c85a8d922ee76f4ed5289322d5d36">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_alarm_control_act61c98502864540892072929054fa6094.html#a7d49d96cf13709365743a18e480ba244">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_act2c948a42dd90d26f649ef91dedf77837.html#af0bedaeb2f0948286344e5d6458374cf">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_camera_control_ace24c33e5acbeec16b351c91dd7c67917.html#a6bb4d3f6627d436678e0bba6a2588b3e">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_alarm_control_act433f07bc94e4a634472409789f8d3d68.html#a4c81a24a192df964cab4396cfbfbe152">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_alarm_control_act36d7fa51f55fc8c6e23167505f1bf469.html#a17a04e494381a590eb454d348ef9279b">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_system_actions_1_1_ge_vi_act___log_source_action.html#a447e7bf5ef5b61b910570d0fd1696fc8">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_system_actions_1_9b14850d44c61d30853b7ea3086dc928.html#ae3d88daacc9e9621613b21bb1504c8dc">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_camera_control_ac70840c0f5749bf616c2ee13d56ee5924.html#a6849036a9ef22a2617a59fd0d666238e">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_alarm_control_act4075243528d71b450eac3f79bbb0333e.html#ac62a6b4d1dd9ad748fef81b73808238b">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_alarm_control_actb69bac394170d5ce0507a8a76d7991fc.html#ae99d6cc49b1e909481bd1192627901b9">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_camera_control_ac04a99e62a2d6e7437a8f91dd4102832d.html#a703a9c419d563d6584ffc657eb508d86">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_alarm_control_actee344566be807e8a441b32ed3ef82385.html#a80b22fe68df819ded4dfa693c632242d">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#a8140275332355dd2a49af965bd930d13">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_system_actions_1_cbc977b74283fb02a9f8596f939b04f6.html#a7f447a3180ab571767f452f11d0f358c">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_camera_control_ac45af786e5e6911ccff215c9e30e9e552.html#a9d2c4a9ff257a94780ecd4cca356bc39">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_alarm_control_act48431bfc70588df2e29bbdea4db18aa7.html#a40bcb6f027406ca319efc53f01d505a8">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#a8bf1998d77c6898eef4c4a330fa76eae">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_camera_control_ac25d1299df89bbcffbb4e102ec6198d2e.html#abbefaaec474fff6f08177662e3216d9e">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_alarm_control_act0c2e6958c765acf0ecde8d26db14d35b.html#a37b77e620f78bbb8a1ef9c78a59b9977">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_alarm_control_act25c24c3f8d946cc8daae8f8fd92eb751.html#a56898d4c1c2e308a258298874f13c1eb">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_system_actions_1_1_ge_vi_act___custom_action.html#a26acba4902091bb786c0f356cd5659cd">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_system_actions_1_1_ge_vi_act___historical_alarm.html#a2cdffd8da969659553994f7b24aae5b1">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_system_actions_1_1_ge_vi_act___red_change_master.html#aef02f288a9ef0a07784241aa907d6f05">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_RedChangeMaster</a>
, <a class="el" href="class_g_e_u_t_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#a92d6f2070d911d994df63aa07961ee67">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_camera_control_ac3b4149372e4c1f4e856f24d42b5ea6b1.html#a0df0d0294756da64eee47baf1b88c81b">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_alarm_control_act102e974098ece949bb5c1e53b85c10e4.html#a61620a97e5f543c23191970d250d6b5b">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#aaacefc82735bde85e319ce6d67038d58">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_camera_control_ac503af7b5fdd8da7bf6ae797977a8d1e5.html#ab31f5804b0d1cb8264c73598cd57386b">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_alarm_control_act1b8209878271601fd2bd2d58086269e7.html#ac481e281a091cdd39dc02f6995c5858b">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#ad96a6b4df9b9a7238188b94311da3aac">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_system_actions_1_1_ge_vi_act___system_error.html#a6870ad528df51f333dd3ba8fef844782">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_camera_control_ac6c1ed76c662fdab900c68c8a03767e5b.html#aa88a9a5f04ff20435ee4dd0e63fcdfda">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_alarm_control_actc7f89282b6e762db5c0d044bb88a1533.html#ac8d72b5ff806d69084386f14a1933920">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#aa752042fe0edd797bc4d7eb98ae1eeec">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_camera_control_acf72bc1d036c7a00cb8b72961c1f7ecf4.html#ad8bb2e1e2671c8e3cb6c90e38395418b">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_alarm_control_actb5737fe6e99d1273deafc54796e15004.html#a891b482a364fcde18d3ad23e58b83f9e">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#aaa968d7d669fb0fda99b7d839d07002d">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_system_actions_1_e0f25527b6e02314064ad3076f4cd638.html#a4440f1a03f183a80cc56d9363ffb770a">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_d60f09fdb1bccbbe8b20be516b1d7dc3.html#a0fa0a0af2294e71137bf21e08bf5352a">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_camera_control_ac077a3bb3cfc5a14404a0604d2e86aaf3.html#ad11e0cec757e83c2e55f2ffb265d2377">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_alarm_control_act014684663dd22ed53d34252a0ac0415d.html#a5da9ceb1ac8fa37453e1813900c6d0eb">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#a288d70d2dea2975de7a16e01381c98c9">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_camera_control_ac3f461703a1a8d522048a8e1fe55eeae3.html#ad337af6ad4c803a521f7c11ee210a1fe">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_alarm_control_act9085203145714b58a877163f77c58006.html#acba4820be90dcf1a56667e75aec25c68">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#a05fefca54620d381b2bb82e97b350154">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_system_actions_1_1_ge_vi_act___system_started.html#a0827644971f5a51e9bf043436c482b81">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemStarted</a>
, <a class="el" href="class_g_e_u_t_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#a9b1612fd249f7147617234952780a243">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraTourPrev</a>
, <a class="el" href="class_g_e_u_t_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#a48f1e25ae7cb08a7a35fc9f47879d241">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_acti763eed56dfd3cf25aa7418e36120d859.html#ace017392d09621d9571f461352e55c41">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_ace9404e312313543832f2f8b23990603d.html#a90ad90c8e64745fd2161644c9af78535">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_video_sensor_acti16229e7e4c0c65b4091bab198ef51ed1.html#a69ff3bbc849a6a38699c0ffab05cc38b">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_video_sensor_acti3e47c67e6c6b87beb3ae622a7490e37a.html#a426a8929998e05c7dd231bb23df404aa">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_system_actions_1_1_ge_vi_act___historical_input.html#a709ff33b4cb2cbabfac070d4f22530b8">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___redirect_resource.html#a4a23e8e3be4eb5db3baf72cb00c3994d">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_system_actions_1_1_ge_vi_act___system_stopped.html#a3d0502c4aa2ff0f11b85deb42fafeebb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::SystemActions::GeViAct_SystemStopped</a>
, <a class="el" href="class_g_e_u_t_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#ab6f1878da1a7a6a03a7cc92b9af9ff05">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_illuminator_actioca8a3b226bdd4b736f39936e7fd093b7.html#a569ff28a353382e5e7e8fd7df0a8d954">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_illuminator_actioeee7a04fed6a6998ea09e0aa9351d362.html#a0d50d6b793df52e099c77e7902077d07">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_actiob501fb174f15395e0878991256ca5635.html#adc2b1fda3b36b2df1b299e679ad640ec">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_actioc204e059ed850cf85e498590cf4e2ff5.html#acb667c534c4dab62208a8a47bb39a7e5">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_actio766c73fea425ed880357db519e787caf.html#ac0121b8bed6cfed482198cf94fbb7700">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_actio973605781a706d8845d32031b64ac395.html#aa86306cf8693e009c3beb45cef78a28d">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_actio55a6d4a8e9b8646c141ac9460b53c684.html#ac74ae5e1122c44e94710d5bf275b6351">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_actio41941065900cc32f11556232a395f600.html#a344521047559a509e60a58b4c889c12a">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_actio68b319d7bf23cb7107f916103aca6400.html#aec306c6800b0fb82c93c9fa748d00b38">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_actio7443b6999b97c0f92d8c478789c392f3.html#ae54304352b851e77397204718520be6f">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_actio6273fb1ee1494246d8d062dde62af71c.html#ad2da94050c42b9bead508c34f2a222d8">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_actio97830a5200a4d2a8732332325594cd1f.html#a72b8820a3ff1bda323a974a90f907cc3">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_actiocbe7e48fbb6673d9e32b2f03067424ff.html#a8f8bb212b74d7652d854b948ac82c5b4">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_actio0005475de81c062135c4f675553ff9c0.html#ae8e73e1897bed13f1047b15e05f5c8ef">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_actio0b6323fe3cfc31eb8edd27df8c6daf05.html#a13a5a8ca5a8fc4ef81b8bd98145b4487">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_actiofc260773bdb776fae005f61543a01042.html#a62ba14b7fde577a081960512bee53e51">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_m_i_p_actions_1_1103e01b0a0ad0466c4c51771c107bfb8.html#a62136acfe9f95cbcde33d6ebb1d60751">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_19237e082a1799965770393b97c55b6d1.html#ad728a573a9d8abd0bae1d41fa4277421">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_r_m.html#a3a7a407082c40619693626f622e31023">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_1_ge_vi_act___m_i_p_secure_p_m.html#a5219f5498601331c41a38c4942ea0b9f">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_l_u.html#a15dc13be36a03f7391fd6bd67cc86b63">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_1a21387ab3dd58bc0470ffcb90d6ac36e.html#acab05779798745e7181301b16aad42cb">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_1d6ebb05f673e86cb4397121d5ef54b23.html#a1799e333dc5de258f7652c2c7db5e735">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_18a23517e5b542cec771bbe3ddf008c92.html#a05e42529cc53589eaeb89ce66f919095">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_1e7a8ffa152854ec57b79f83625b8b73e.html#a755c9a3a4b433fbbc9be2698cd4ca696">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_1c37f8d225d72346b64f288fc00112ab1.html#a9e11bd1d0296b3aeb6844faa7b1507d1">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_1fc0014a0bce3848a5defaece625d42be.html#a8564e12f44041199ef4d68b4f0f1df83">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_1779397b8d06e7b19de879650bb8eb518.html#a93c19e948fba6a72e6afb192f30c7f35">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_1690078730ae31988cfca3a3489273827.html#afa224d3496e88b5e93f30748fac9c5e3">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_1426910812b356e3492233b1f02ec5cee.html#a22d8b046fd8b182a3efce949b034cd74">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_1ab3dc09e098e7c3f1667571689cea8dc.html#a21f339010f6493293f60aa47b42674a2">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_1be7a8793e16e3b339702aacdb11dcb56.html#a37986f35b1064c8e39c0a3136b42731e">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_1_ge_vi_act___m_i_p_online.html#affa487977c20c97812f375f135263ba7">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_1_ge_vi_act___m_i_p_offline.html#ae2c47032e404f3727e55bda947b0f244">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_1f92df94a20bd4f579a8dffda5d026201.html#ab36169b67f86765dc6d2ae60f060a28b">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_18dbbc49429ada6078b1efa1d727532ec.html#a2310cc046a9aafbf9764838be3b968d1">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#ab5395823660ad515b0be499d8174148b">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_1dd3b87ad03f4637dad6978e1c4c6d92a.html#ac800bc28d1fe4b079b66a7c562b0655b">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_13948144b78811cf17e77de96c35ce8b3.html#a6201338a3296f82fe5da1b16a7a829ca">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_11459ab61f2024e5e986b30f32d6cf870.html#abceeb20986dd7e1d4023bd130ea19e08">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_1f0f5172d1230fbc4777dfd867b538229.html#a1a3f1d8f9657af2723f525cbc0322782">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_1565efa83261c0d091b64003e350dbbd5.html#af3f62fa10a22df86e8a9bd27591c5631">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_1ee10420c55f63fa423730bbad6920c6f.html#ae92d7f551bdacebce09c236a41673a0e">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_1b6985e40ac302cf512c222f22e83078e.html#ae78c8d072b24329d933982e832a71ea5">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#a796edc13b8e246909a77b76dc0b7d3fa">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_1_ge_vi_act___m_i_p_alarm_cable.html#a845e666976e8663a804d89f0fba2d20c">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_103a02e0570d5f038f9a7575491b10c34.html#a1335a4b93596a0fa6c4dc4b07b70425f">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_gevi_scope_actionda873114b08d17ec73d5f3d46795736b.html#a24bbf373c1b2dd44a25e845f211e7726">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_gevi_scope_actionfe83f1c81b6b7c07489af501d19efd0a.html#a005b8b8ab0d07a04d06cc89aa4d161fd">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_action3ed4686561b81bbbbf228b9367516566.html#a5b40012b38b0e7df01f665a78d4a4e0f">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_msc_i_i_actions_1_1_ge_vi_act___stop_msc_event.html#ae5211893c3c4c90eef798a0cfedcf584">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_1_1_ge_vi_act___start_msc_event.html#a2c0dae6e590c98108b46ebaf1fffbfa0">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_1fc18f70792850f3d9eae354ccb9e4d81.html#a471e2b5d716ffa2480292c89b6995f47">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_1f0326b1526d9a951eccb115aa7440d87.html#ad7eabd2df7049e95508a797476d64e6c">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_1707e77a9951a53e34b39ca3010030dbc.html#a7d13bf6de2c06c697531d1a759dd598c">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_15fb93ed2a9489eb32de2f5cf44b2708c.html#abbe39072753bc185f545aa22174e97e9">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_1653f3138388bde3cbff31aa374c3f3e9.html#ad0401dfe0ab52c8b560224241ff8c2d9">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_130100e58e7eb6e4935ef999aa0087ee9.html#ae324c3332516464a5e28d3ae6a6a2b64">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_1caafc1c6fe4409d48a8868235eda51ed.html#afb2e5fe7abd7aa0a540643e8d733b2e3">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_video_sensor_actibef0248777606c0ee241c5d825fff4ba.html#a22a62dfbe4f17650b40c79e47b329207">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_video_sensor_acti04702c15514cdbb302818e8dc716d7e1.html#ab272d62c6902907eb76c9926bfa9a0a0">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_video_sensor_actide27e705e1ce6c29f0652d6d83604fb0.html#ab35048db812444a1a34e38093690ce46">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_video_sensor_actie1f8775296444c9bbe3c93d75e6bf91b.html#ab563f322cbb31fd51031c31bc7afb6fd">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_video_sensor_actibe05d9e043292878b2532e134b66e89a.html#a9d4b2358bb08d1029de6677d65038010">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_video_sensor_acti3783c258bf63814977eafaa3b5cc41c2.html#a880d503135a98681544ef693383789c9">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_video_sensor_acti472fc799d4453547c160ccfd294f8784.html#a16a6c38e872ed7fd6589558b63630dd8">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_acti0d2fbb9206b679c5ca3e8669a8e211f0.html#abeb8462a01718fa2339dbad1e3a04545">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_actia6ae2897c4c5ae9a1e9d3839afd9803c.html#a126e121105ab25312d90e25c5059aa95">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_acti551e136e5143d6f08f7e65656df72e56.html#ae964f87ce46c21580344e406f8d1d38d">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_video_sensor_acti16e5ffe4ec6e0f1db6b5347f6d59a332.html#a4f4171f59db8c3ed234a7462b22bbc34">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_acti9e98b45cce62c27d1486823c5419d26d.html#a515df02d596b4649b2ddf82820815430">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_acti3270a8d1d5f64dc7a6068ea043cc9af3.html#a808b29bd8f3f795cadc67183d51d2e47">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_actib64f15d276b030e204c3be5f985d1da3.html#a059bc7465a5a4437897f3ffd6edae3bd">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_acti5831f2e81be28a135d0f475039bcc083.html#aff471bd0291a58e5b5fb469a951362df">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_actid9287ef00fa4f2f853b8a4bccdfebe4f.html#a8e11a44f34b8291ad189237db645a9fa">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_actica6221a1bb07831b59a024e1917f1daa.html#a7563ff1680d931e64b0411487426f757">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_acti82f9ce5a79e61773a43d7da4847cc512.html#ad6c1718b55b5c7650f5ff9381832ced4">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#a98086f68e41534411083a01ac1c71dd2">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_camera_control_ac735dc262934fc689bc58435b27f4bc08.html#a5c9edbb00e3ffbc93006707942628e78">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_video_sensor_actions_1_1_ge_vi_act___v_s_armed.html#a58dc490d0e2244d6ecbc4dcb184b358f">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_actic6a9f2cf067b6e80ce8d5ed2417b6168.html#a46f4280d00c39f87c913be77f09d7007">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_system_actions_1_1_ge_vi_act___system_warning.html#a99a92865812650311ea5d712afe72949">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_camera_control_ac49b38f8b180d9be32b40ff502d731ae8.html#a11f052f7ed584779f14938795752d643">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_camera_control_ac72a8e7fee7a8c4292a3837c6bf8d07f7.html#a71e6ef21ac225048ea3b9a05d997c7e8">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_system_actions_1_1fa09e1195026f710365ab709284beaf.html#a756170d04515c65e83e98de85710cc66">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_system_actions_1_1_ge_vi_act___user_login.html#a187f8373d8cfa0a0437276ba303c09b5">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_camera_control_acb307bac8b6fe82a19d520f40d6437dfd.html#a32604d613caf5c4c3654a554aee943c5">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_camera_control_acf9d8db4271791faf00ef5e7b798ebe1a.html#a51a2d637520dbe3bc0a65725a950fe7d">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_system_actions_1_1_ge_vi_act___user_login_failed.html#a3890f0439259ebb3824214b34dfbd996">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_camera_control_ac39a80f3270228e2739101e22263ad9d0.html#a2558b7a910b0d6a46a4dce7019f7197d">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_camera_control_actions_1_1_ge_vi_act___focus_far.html#af3bdcfe976601f9aa5e4387d48924744">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_system_actions_1_33cf2d8c1908bed46399cb46386c2e2c.html#a687945e57a77e6f3373a85744bf579de">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_1_ge_vi_act___disconnect_user.html#ab4ba6274e0313ad517fd6d1c27e695e9">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___inform_all_users.html#a16b775f30f2479c94343c97b85c8912d">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_c1bc857349397ace467448c9d275260b.html#a58ab734fedcf057c89ba319451bc7599">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_1_ge_vi_act___user_logout.html#a0912a8dbfd21cf7fdef14e19df19ac3d">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_camera_control_ac2821f4193a41354478779781300ba03f.html#a9b9b4878062c1cc5262445db632bacdc">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_ac02c89bbf0a3c901a8aea2fb0ede7ead2.html#a2f0890654b0ed3785aefb7393bbd0aca">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_data_base_actions3b14c99019a54b096f2832e334c6e2f7.html#af4f8684f577295be858903c41d447422">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseActions::GeViAct_DataBaseFailure</a>
, <a class="el" href="class_g_e_u_t_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#a31f3334dad5a8106cbf98e4cccd63d0c">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_camera_control_actions_1_1_ge_vi_act___iris_open.html#add450e2a584a425fa3a22fc71da97277">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_system_actions_1_a71b1defaa313868874c74b04fb38e94.html#a1de5fcd805c112e7f235cee571aa7e2f">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_data_base_actionsdb46746c9c3716b14f578ee71c398358.html#a5e73dc127425bb9c111a3d59b4491050">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseActions::GeViAct_DataBaseMissing</a>
, <a class="el" href="class_g_e_u_t_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#afbe761187ac8ffd289dbd5fc227957c4">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_camera_control_acb2773e6f74d5ded3a2003423b5f253a8.html#ac4de574bb61dea23c8d43550dfdbcc6f">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_data_base_actions6c8bf9113ff62387c3494a79ba2ae7bf.html#a6e67d5aced9a9b78c607946278dc488b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseActions::GeViAct_DataBaseReady</a>
, <a class="el" href="class_g_e_u_t_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#a25717f75e00cbe48f4a2f4eb2f1ff60b">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#a3372d1db2ce3c25be810ac784ee66f94">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_system_actions_1_76870519d504e07ab4ae713fd10e4103.html#a2d6d8fe596ca5b0748be9f4250ee74b7">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___rescann_request.html#a1d3eee375b3541d64019706b589fe190">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_camera_control_ac2e1af9bc74fc8711f1b2fb2c1a8c9a95.html#a1a77cdd1efe1a150a9b71a84050f7b62">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_ac5abf1cf8c2f9463df9d5500ab7a29f36.html#aefbcfa2309f9b940aba0ee8c0bae6ba2">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_acadbd2074dc114cc4d6a8fd9224406869.html#a1c2c070f4d72d5888e50ff46f019f815">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_ac77df72ce621b9510d61be753773988e7.html#a06375d7711d5241b7d839780202a364d">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_camera_control_actions_1_1_ge_vi_act___pan_auto.html#acded566618a87e38c7ae03a3307ee868">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_camera_control_actions_1_1_ge_vi_act___pan_left.html#a31bdb1a234e6b52075313df44aab45f7">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_system_actions_1_ac4342b48be68308e9e691ae9e8ace7e.html#ad799c6afaffccf4e86fdc0d804fc233f">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_camera_control_acb14f2ab783096e220d455896c768d550.html#ad82221cc1b7a604f9f362c0ae67c2c6a">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_actions_1_1_ge_vi_act___pan_right.html#ae43ce81cb2422179d2375ad25e34a0af">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___pan_stop.html#a8ec0e10d6f4870ddf3f1fc8a7dfea568">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_camera_control_ac2d2acdad5cbb4af4361750d1df1b7864.html#aa55d4dbbdbd25308a39fe38b0996021c">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_acf78d63333e0bb364bbd4cdcff32c335e.html#a1e603d3f42b77538f63363274a21ed8d">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_aca82723743e9d94f2259ad7750c7b418e.html#a361dbb667f515bf613bde51a71f2702e">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_system_actions_1_1_ge_vi_act___event_relation.html#aace90f1bf5b66b02db4f4a6050a02ad0">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_system_actions_1_1_ge_vi_act___inform_user.html#a7d27839d3f6f9eb18e77966a68eac1b8">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_550c85b88afd350f871178fc7747f174.html#a2207eb3920bc26a5f509d6d3e90d0d62">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_camera_control_ac56dad395b577c3a1a10b536090036ae3.html#aa05742fbf6f8345b4f19e75e98889523">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_ac6a3177e4bcc0e14354a509a23973457d.html#a517efdc09d1e931691510f4c3d6af85e">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_switch_control_ac5476a9bfacecf602c21ed7bb83e1fe0e.html#ac2603d1e6578d59ec6cf8a7234942325">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_switch_control_ac74374840d3981445c11587a381cff651.html#a19e46527bfbd5dd084859b31d81c484c">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_switch_control_ac6912b04320b28f8ddc8df30f548f05d1.html#a544ad1d1df72865c50c13f6929e091b6">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_switch_control_acb4423dfb31187664220536ed213be181.html#a94a243453d42809b04c1b19c5bbd38ef">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_switch_control_acf0cbe864f9118c8f365e12dcda201960.html#ac61fe782d2b6b84bf7f11d134395f2ea">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_switch_control_ac0f8f3dedf0e6d3e3a47afb18541ec58b.html#a8969af1c93bf8a08c9519706366d7c67">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_camera_control_actions_1_1_ge_vi_act___zoom_stop.html#a9ab07939fb2c4e6c69921a93f7f6e436">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_actions_1_1_ge_vi_act___zoom_out.html#aa675d81ef1ec49794a3eb8626c12dc3e">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_camera_control_actions_1_1_ge_vi_act___zoom_in.html#a8fafb18ed94f17adec3df01bfdb48dc2">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_acc7eae752f2283e638cfab8e957c40d9b.html#a8173e28aea7834320df61339ff8abed0">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_camera_control_aca9de56d76a3c622fef7105e231dfb5fb.html#ada0046be811b2b5d47013cd4a5674990">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_actions_1_1_ge_vi_act___tilt_up.html#aaca20f5d7808753c7de4904c1cac3bb2">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_accecfb818ed66bd5f523652956e7cef00.html#ae7cf9b73a0de0a2f8da0226fe7eefb4d">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_acad6032cc075425bb7eb2bd91775d5b13.html#a65a8f40c78842762abc7c34e5fb45d49">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_actions_1_1_ge_vi_act___tilt_down.html#ab18dec42eecbe04d29623e372b0e951c">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___tilt_stop.html#aef8e901138633c9700a55da11b118bf4">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_system_actions_1_1_ge_vi_act___send_raw_data.html#a4dab2b9ec1aa54e21dc781808311b516">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_camera_control_ac8ffd763932e828c4bcd894c854c88281.html#a025d76bda11370f3ddd21e297ce600c1">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#ad6ad7a3b3edc3c905fe87519112197df">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_system_actions_1_1_ge_vi_act___inform_user_m_s_g.html#a4912213a5ea7bb444b7f609c1a084c01">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_393ccd171ff500e8f175ca586af5c5b5.html#a18b906ba1cff8596ccdfbc72ff6f1851">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_camera_control_ace066e4027e105c613a0d54434243a98e.html#ae8d6986ede5e997229455bd3f48d58f8">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_camera_control_ac06b5f703754646e381ed8df258b2707e.html#aa62d53b6ba447adceaafee1e1e41bfd3">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_system_actions_1_1_ge_vi_act___start_event.html#aca670a44eb95bee0388a162b3d96e4df">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_camera_control_acf849f6ae5c4ef84a1ce8f1d1fc2288fb.html#aa455f694d8e80f1ff5ea676651710548">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_camera_control_aca929aea95885dfcdb7b0a5ba7b628718.html#ad47b2c40e3f1e49a2d69294c56050a7e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::CameraControlActions::GeViAct_CameraManualIrisOff</a>
</li>
<li>FromNativeDBAnswer()
: <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers72cbae0eb25d338386acc677bc916e4d.html#ad955aa969104cd45d8677737d521ac64">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_AccessDenied</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___action_entry.html#a80dafa8f2920188ac8b262cd1ad38063">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_ActionEntry</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___alarm_entry.html#af91b9bf4c2528bdfa1a90c7c22093d76">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_AlarmEntry</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___d_b_error.html#ab8a158c8859307bb78fcf0b020710fb7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DBError</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___d_b_ok.html#a821db88692cb80b12d73ff4e682462d8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DBOk</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answerse7f75ca79b1a20ac79b1753d85a4a64b.html#ad31b79d149a2329c671202f94b31b99e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DBTerminated</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___query_handle.html#a467b9bffeee0cd626658523e03ef39a8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_QueryHandle</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers_1_1_ge_vi_d_b_a___nothing.html#a38b60744968af45a4bba8f147b820ac6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_Nothing</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_answers9e67fc42d0f12546ee2fdaa7d70bad69.html#a453ea3a571cfbc43820260fa06f9e42b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseAnswers::GeViDBA_DeletedEntries</a>
</li>
<li>FromNativeQuery()
: <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_first_client.html#ad0fee5ef8a49a408700528f46f13313d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1b1f34b76a3b7b2cdb2146e89321ce9f3.html#ae0facdf440d29a46372a28ec737d254c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstInputContactOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_license_value.html#abe93df876e5a00c0bf28ec00982cde95">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetLicenseValue</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1a4971eaae877eeb32837e722a679cfb9.html#a77a14843b0c91d707e8a0ddadcf4e80e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoInputOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_login_info.html#a69dfd1e560251ae8c6a9b21b7d08c3a3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetLoginInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___abort_query.html#a24989997127777d94cf3b334384e7caa">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_AbortQuery</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries2c98b31a9933f2ffdb018031eb164706.html#a3e88ec87712a0fbfa97cf81e9f230fb4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateAlarmQuery</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_13313955290e40b5a5a75574e01bb0bf3.html#aeed1ab93622bf0390d96196646b31556">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoSensorInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get.html#a491e33e01638c422603b0e4879040a86">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_Get</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_first.html#aa792a04b80429dde00a87e8d171a8453">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetFirst</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_contrast_state.html#a59c9300429b6341480112f333e8dd061">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetContrastState</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1d7cb032b5573d76730560959cfabf6bd.html#ab8a93853293d18f5a4b187403e9015cd">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstInputContact</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_prev.html#a07ec45718d0b9e1951f6c7bcd53522c2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetPrev</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1b00e2747cb5b2d2fd5c92b74427bdf77.html#a3e4801b35532deeecf69556da0ad42df">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInfoServerStartTime</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_license_info.html#a8579cedd7398e86407c75b75713806e0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetLicenseInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1caa04e2389d277d74c6566cebe35b780.html#a69e7a0b66330913969047a5bd8fc9bd7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetMonitorGroupByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_135710e38f74c5e406f125ea69502b849.html#ac3ba962e20417933bf24332010b6e3a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextClientOfType</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1823f42964f474b79ece69bcb6b81bcd9.html#aeae67f3101d9f5090f4c25a928de3cb9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextOutputContactOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1f720a358ff0d356cae86682a9f0ab28a.html#a1b19a45bf485e938502a842557d8858f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoOutput</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_188ea035d1dcbe78e22fb7ea480f57b8f.html#a313f13643f62eb94144377a84644487c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetPTZHeadInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_video_input.html#ad0d45ffbe55fdd4f4bfa0ddd1ef77d37">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoInput</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___license_call.html#a061919ebaf60c1ac33901007e98da571">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_LicenseCall</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_alarms_by_name.html#a4178cffc2f95f7836e5666010de84cc5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarmsByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1be90028c522ecc99a9939426f15feaf6.html#a469a562391e850e3c0e4cc51c4972f6b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_LicensePrepareCall</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14016cf51fb74500dd9dffa3745a156b9.html#a70742e1201f89a653aedff8a86eac3f7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoOutput</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1c39b3c9a08ab24b6cb6789cb7b16b93e.html#ad2c92a77697fa4081eced08627e3075f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextMonitorGroup</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14972d44778b3ed60053ac799a0214fea.html#a379e654912e5af9a283acc05391bd234">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetOutputContactByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e42284bb793aceec0510d91400634f40.html#abcfbc6c42aad223a3434ef92ac0c20d4">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextOutputContact</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_10fce158bfedcf1436dec1196fc613f81.html#abd3280f967754864554069c4b8f0ef97">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoOutputOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_12e5c21df2cda8c5f83eb730476e6a4e8.html#a7e09ca63808d1fb09341d4ff12d350a9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetThresholdValue</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e2ad3542f256a884b5c002afa90d62f4.html#ae0d22a328d585df9f1cb1250e9040a98">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoInputByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_client_by_name.html#a10173c811516bf12338101982729c4cb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetClientByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_monitor_group.html#ac3cde8f2389d33910f6870ff48bf86eb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetMonitorGroup</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_124a8a418139a578a6eb93090d615fa76.html#ac2001af79ba9239457f7d309cf26a028">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInfoDatabaseCreationTime</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1de1cbcc6c5dbb7abe467544ee8c6d9d1.html#ae78d35fae28952ff3196a5763b3f10c7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstClientOfType</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_136780124987f636b9162ddc2b4d9ae28.html#aa81b8e1d11e2e1d1671f3f3c7a8be99c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoOutputByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___close_query.html#aab65aafa4cc2466fce7900534d5d1685">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CloseQuery</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_last.html#a3318b847c8d8eb263195263123fa113b">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetLast</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_first_alarm.html#af001623c5af42d5d6d49be8108f3b28e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstAlarm</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_video_output.html#a426df4e1e5348591b371a44432823de0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetVideoOutput</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_sync_state.html#a64d504a29c2c5391c68bd9c7836a7118">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetSyncState</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1ac2e23a336e58203d7bbc6bf7e9d6ec1.html#aa7ccb632252f119663ecbdd58008c9ad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextInputContactOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_next_alarm.html#a07e1a486515405a14628ffb580661660">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextAlarm</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_input_contact.html#a6de1d17876fb5559e92852733877eb7d">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInputContact</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1bd26ca5c335794d3d99f6577312f11a6.html#aaaaf49ddf5c1e030bb3b1dcdf9a236ed">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstOutputContact</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_13e8d9babb7e03dc0f84d87a68e625567.html#aa67797328f784a6c4e6fa6b333d3d165">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstVideoInput</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_13983e6d75c744622148b3b7d291f9f08.html#aedfb6ed838329519c5ac1ea2c4fda29f">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstOutputContactOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_alarms.html#af9dc7115bd4fcd0ba70f493d100f02b9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarms</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___delete_all.html#a0e55b9ab91fc0a3c5b60b9c2b421e86a">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_DeleteAll</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries_1_1_ge_vi_d_b_q___get_next.html#a8ab1166448976b3708a895787e1724bb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_GetNext</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries33ba6515b199b40bfb49dd8dafd93552.html#a936a9e633d901ddef0f7510f392cb2c5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateActionQuery</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queries357b02d0cb30dac6f8e6d4ea7a3e8ec3.html#a88a3dae4ceb650171fdf448057366a3c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateDeleteActionsHandle</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1eff3ad31184a0b1b5e8119607dee0681.html#adc5846e7ef897248a3dd2164b7fc5fb9">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoInputOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e94bf36f1c10fead2c9bd6374b6e1e1c.html#a63098712c8e723cf1e79bf4eed4e0729">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetInputContactByName</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1f17a655a6adeb3b8604c4fb105aca461.html#ab534e828701ed4babb077df8bcc45813">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetFirstMonitorGroup</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14a875df948156f60bec11d0bcf833c16.html#a478f25b4a71eb44b9b6911533ff0f729">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoInput</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_data_base_queriesd21974249c2dcdd0e240df701072170d.html#abb4f7b0a3183d6bdd2d2c53b11b95818">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::DataBaseQueries::GeViDBQ_CreateDeleteAlarmsHandle</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_18bb18126aec4329106c5c762476ba80b.html#a0e5de5146cfdcb0a62be949692214b25">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_LicenseTransferData</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_client.html#a83c0b92d0889d1121ce95585557c8242">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_next_client.html#a0c4aab239c622c1398a950636d053a23">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1e03e055694d6e877aea6306533a0f6f0.html#a8e8f77ee7c33f9f1f983a260854c74ff">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextInputContact</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1_ge_vi_s_q___get_output_contact.html#aad8afe30c1e724ab16643756a1057fa3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetOutputContact</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_1d18431388fcc250bccc3fd07bff77eff.html#a29b84bb36e4f55c1dd0c412b07cafd22">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarmOnMGByIndex</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_16894f78afac85a8486a210c2a5f8e831.html#abf416ce068ec23d458eeacb38d8cf9bb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetNextVideoOutputOfClient</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_queries_1_14968b7f79f2b3e43407c4d59b8f2710d.html#aa87d090a93125889cef82aff920e57a7">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateQueries::GeViSQ_GetAlarmOnMGInfo</a>
</li>
<li>FromNativeStateAnswer()
: <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___sync_state.html#a2a10e141c58c8d935c6d567fcf369ca2">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_SyncState</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_17a74addb8c2f915ea0281e41abf4c46f.html#a8f5bc585cd929c93e3e03f721ea3b524">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_UnsufficientRights</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1edb6e40760a4e7d6c5dec0fbcf72969a.html#ad81f4cd26e547d9210dc459c9806c932">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseTransferData</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___alarm_info.html#a35721b58006c6b334217facc5f2e4634">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_AlarmInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___command_ok.html#a3bf12c090cf9ba11cbbe6501da147723">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_CommandOk</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___p_t_z_head_info.html#a7a677f7f7651e5a01d8eb1e623dbfddb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_PTZHeadInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___threshold_info.html#aabfa4450a6acae5ee22e5ac9325817bf">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ThresholdInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___license_value.html#ac1b56a549d1f27b5e219ba667c876b2e">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseValue</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_162e32cd66a8689a457308770e56a01fe.html#a4bd140537510b90b1bba8d477fe5e551">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_InfoServerStartTime</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___license_info.html#a186c40a111b1525c850bb381748e3ae6">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___input_contact_info.html#a823966a4c6f578e33a47d20f8a448df8">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_InputContactInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___video_sensor_info.html#a42b22718038f55d9f9c052023ea6add3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_VideoSensorInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_193bb5274f98d1db03adce0e971430794.html#a519365a9f9d21bb91baa4af4cbc7fc02">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_OutputContactInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___video_output_info.html#a1f1e1a965226cecd43470ba1111530f5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_VideoOutputInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___license_call.html#a9f19a70added10a29d8b307c1af461bb">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_LicenseCall</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___contrast_state.html#a31843f8756cec027936c78c46bc911b5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ContrastState</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___alarm_on_m_g_info.html#a27a9cbf9d21ba1c9ccd17dfaed55a6ad">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_AlarmOnMGInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___video_input_info.html#a71733e4459d39d11a3668ed5fe32b1a5">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_VideoInputInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___client_info.html#a62256469a0739f3fe6101d465675dcd3">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ClientInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___unknown_command.html#acced36f1f4eb16e8b9338a27752b1861">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_UnknownCommand</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___terminated.html#a32c12d955ddf4c9df7a1b43763aa49c1">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_Terminated</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___client_login_info.html#a811b46c1293592cc8b84b46878d2b9c0">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_ClientLoginInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___monitor_group_info.html#ac251988f73abcad2b63256e90df8a731">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_MonitorGroupInfo</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___command_failed.html#a4d89fd095cccc42a1782366821d6ec20">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_CommandFailed</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1_ge_vi_s_a___nothing.html#ae594717581949221e33fd8acca53534c">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_Nothing</a>
, <a class="el" href="class_g_e_u_t_e_b_r_u_e_c_k_1_1_ge_vi_soft_s_d_k_n_e_t_1_1_actions_wrapper_1_1_state_answers_1_1ec07d193bafa50cb65270d9824f88750.html#afe3dd9af2bf9c351754ceb2301d78c94">GEUTEBRUECK::GeViSoftSDKNET::ActionsWrapper::StateAnswers::GeViSA_InfoDatabaseCreationTime</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>