C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
CppSamples::Common::DataModel Class Reference

DataModel class used to manage data between plugins More...

#include <Plugin.h>

Public Attributes

VxSdk::IVxSystemVxSystem
 Represents a VideoXpert system and allows the user to manage the system and devices. More...
 
std::string username
 The user name used to log in to the VideoXpert system. More...
 
std::string password
 The password used to log in to the VideoXpert system. More...
 

Detailed Description

DataModel class used to manage data between plugins

Definition at line 11 of file Plugin.h.

Member Data Documentation

std::string CppSamples::Common::DataModel::password

The password used to log in to the VideoXpert system.

Definition at line 27 of file Plugin.h.

std::string CppSamples::Common::DataModel::username

The user name used to log in to the VideoXpert system.

Definition at line 22 of file Plugin.h.

VxSdk::IVxSystem* CppSamples::Common::DataModel::VxSystem

Represents a VideoXpert system and allows the user to manage the system and devices.

Definition at line 17 of file Plugin.h.


The documentation for this class was generated from the following file: