![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a predefined sequence of movement that a PTZ device can perform when triggered. A running pattern will be halted upon any other PTZ request. More...
#include <IVxPattern.h>
Public Member Functions | |
virtual VxResult::Value | Delete () const =0 |
Deletes this instance. More... | |
Public Attributes | |
char | description [64] |
The friendly description of the pattern. More... | |
char | name [64] |
The friendly name of the pattern. More... | |
Protected Member Functions | |
void | Clear () |
Clears this instance. More... | |
Represents a predefined sequence of movement that a PTZ device can perform when triggered. A running pattern will be halted upon any other PTZ request.
Definition at line 13 of file IVxPattern.h.
|
inlineprotected |
Clears this instance.
Definition at line 35 of file IVxPattern.h.
|
pure virtual |
Deletes this instance.
char VxSdk::IVxPattern::description[64] |
The friendly description of the pattern.
Definition at line 25 of file IVxPattern.h.
char VxSdk::IVxPattern::name[64] |
The friendly name of the pattern.
Definition at line 29 of file IVxPattern.h.