![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Pattern class 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 <Pattern.h>
Public Member Functions | |
| Pattern (VxSdk::IVxPattern *vxPattern) | |
| Constructor. More... | |
| virtual | ~Pattern () |
| Destructor. More... | |
| !Pattern () | |
| Finaliser. More... | |
Package Attributes | |
| VxSdk::IVxPattern * | _pattern |
Properties | |
| System::String^ | Description [get] |
| Gets the friendly description of the pattern. More... | |
| System::String^ | Name [get] |
| Gets the friendly name of the pattern. More... | |
The Pattern class 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.
| CPPCli::Pattern::Pattern | ( | VxSdk::IVxPattern * | vxPattern | ) |
Constructor.
Implements the pattern class.
| vxPattern | The vx pattern. |
Definition at line 6 of file Pattern.cpp.
|
inlinevirtual |
| CPPCli::Pattern::!Pattern | ( | ) |
|
package |
|
get |
|
get |