![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Preset class represents a predefined point that a PTZ device can PTZ to when triggered. More...
#include <Preset.h>
Public Member Functions | |
| Preset (VxSdk::IVxPreset *vxPreset) | |
| Constructor. More... | |
| virtual | ~Preset () |
| Destructor. More... | |
| !Preset () | |
| Finaliser. More... | |
Package Attributes | |
| VxSdk::IVxPreset * | _preset |
Properties | |
| System::String^ | Description [get] |
| Gets the friendly description of the preset. More... | |
| int | Index [get] |
| Gets the unique numerical sequence value of this preset. More... | |
| System::String^ | Name [get] |
| Gets the friendly name of the preset. More... | |
The Preset class represents a predefined point that a PTZ device can PTZ to when triggered.
| CPPCli::Preset::Preset | ( | VxSdk::IVxPreset * | vxPreset | ) |
Constructor.
Implements the preset class.
| vxPreset | The vx preset. |
Definition at line 6 of file Preset.cpp.
|
inlinevirtual |
| CPPCli::Preset::!Preset | ( | ) |
|
package |
|
get |
|
get |
|
get |