C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::NewMonitor Class Reference

The NewMonitor class represents a new monitor to be created on the system. More...

#include <NewMonitor.h>

Public Member Functions

 NewMonitor ()
 Default constructor. More...
 
 NewMonitor (VxSdk::VxNewMonitor *vxNewMonitor)
 Constructor. More...
 

Package Attributes

VxSdk::VxNewMonitor_newMonitor
 

Properties

System::String^  HostDeviceId [get, set]
 Gets or sets the unique identifier of the monitor host device. More...
 
Monitor::Layouts Layout [get, set]
 Gets or sets the cell grid layout of the monitor. More...
 
System::String^  Name [get, set]
 Gets or sets the friendly name of the monitor. More...
 
int Number [get, set]
 Gets or sets the unique number of the monitor. More...
 

Detailed Description

The NewMonitor class represents a new monitor to be created on the system.

Definition at line 14 of file NewMonitor.h.

Constructor & Destructor Documentation

CPPCli::NewMonitor::NewMonitor ( )
inline

Default constructor.

Definition at line 20 of file NewMonitor.h.

20  {
22  }
VxSdk::VxNewMonitor * _newMonitor
Definition: NewMonitor.h:73
CPPCli::NewMonitor::NewMonitor ( VxSdk::VxNewMonitor vxNewMonitor)
inline

Constructor.

Parameters
vxNewMonitorThe new monitor.

Definition at line 28 of file NewMonitor.h.

28  {
29  _newMonitor = vxNewMonitor;
30  }
VxSdk::VxNewMonitor * _newMonitor
Definition: NewMonitor.h:73

Member Data Documentation

VxSdk::VxNewMonitor* CPPCli::NewMonitor::_newMonitor
package

Definition at line 73 of file NewMonitor.h.

Property Documentation

System:: String^ CPPCli::NewMonitor::HostDeviceId
getset

Gets or sets the unique identifier of the monitor host device.

The unique host identifier.

Definition at line 36 of file NewMonitor.h.

Monitor:: Layouts CPPCli::NewMonitor::Layout
getset

Gets or sets the cell grid layout of the monitor.

The cell grid layout.

Definition at line 46 of file NewMonitor.h.

System:: String^ CPPCli::NewMonitor::Name
getset

Gets or sets the friendly name of the monitor.

The friendly name.

Definition at line 56 of file NewMonitor.h.

int CPPCli::NewMonitor::Number
getset

Gets or sets the unique number of the monitor.

The monitor number.

Definition at line 66 of file NewMonitor.h.


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