![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new monitor to be created. More...
#include <VxNewMonitor.h>
Public Member Functions | |
VxNewMonitor () | |
Initializes a new instance of the VxNewMonitor struct. More... | |
VxNewMonitor (const VxNewMonitor &ref) | |
Initializes a new instance of the VxNewMonitor struct. More... | |
~VxNewMonitor () | |
Finalizes an instance of the VxNewMonitor class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | hostDeviceId [64] |
The unique identifier of the monitor host device. More... | |
char | name [64] |
The friendly name of the monitor. More... | |
int | number |
The unique number of the monitor. More... | |
VxCellLayout::Value | layout |
The cell grid layout of the monitor. More... | |
Represents a new monitor to be created.
Definition at line 12 of file VxNewMonitor.h.
|
inline |
Initializes a new instance of the VxNewMonitor struct.
Definition at line 17 of file VxNewMonitor.h.
|
inline |
Initializes a new instance of the VxNewMonitor struct.
ref | The reference. |
Definition at line 25 of file VxNewMonitor.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 42 of file VxNewMonitor.h.
char VxSdk::VxNewMonitor::hostDeviceId[64] |
The unique identifier of the monitor host device.
Definition at line 54 of file VxNewMonitor.h.
VxCellLayout::Value VxSdk::VxNewMonitor::layout |
The cell grid layout of the monitor.
Definition at line 66 of file VxNewMonitor.h.
char VxSdk::VxNewMonitor::name[64] |
The friendly name of the monitor.
Definition at line 58 of file VxNewMonitor.h.
int VxSdk::VxNewMonitor::number |
The unique number of the monitor.
Definition at line 62 of file VxNewMonitor.h.