![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a predefined point that a PTZ device can PTZ to when triggered. More...
#include <IVxPreset.h>
Public Member Functions | |
virtual VxResult::Value | Delete () const =0 |
Deletes this instance. More... | |
Public Attributes | |
char | description [64] |
The friendly description of the preset. More... | |
char | name [64] |
The friendly name of the preset. More... | |
int | index |
The unique numerical sequence value of this preset. More... | |
Protected Member Functions | |
void | Clear () |
Clears this instance. More... | |
Represents a predefined point that a PTZ device can PTZ to when triggered.
Definition at line 12 of file IVxPreset.h.
|
inlineprotected |
Clears this instance.
Definition at line 38 of file IVxPreset.h.
|
pure virtual |
Deletes this instance.
char VxSdk::IVxPreset::description[64] |
The friendly description of the preset.
Definition at line 24 of file IVxPreset.h.
int VxSdk::IVxPreset::index |
The unique numerical sequence value of this preset.
Definition at line 32 of file IVxPreset.h.
char VxSdk::IVxPreset::name[64] |
The friendly name of the preset.
Definition at line 28 of file IVxPreset.h.