![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new device assignment to be created. More...
#include <VxNewDeviceAssignment.h>
Public Member Functions | |
VxNewDeviceAssignment () | |
Initializes a new instance of the VxNewDeviceAssignment struct. More... | |
VxNewDeviceAssignment (const VxNewDeviceAssignment &ref) | |
Initializes a new instance of the VxNewDeviceAssignment struct. More... | |
~VxNewDeviceAssignment () | |
Finalizes an instance of the VxNewDeviceAssignment class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | deviceId [64] |
The unique identifier of the device to assign. More... | |
char | driverType [64] |
The type identifier of the driver to use for this device. If no type is provided, a driver will be selected automatically. More... | |
char ** | dataSourceIds |
The data sources to assign. More... | |
int | dataSourceIdSize |
The size of dataSourceIds. More... | |
Represents a new device assignment to be created.
Definition at line 12 of file VxNewDeviceAssignment.h.
|
inline |
Initializes a new instance of the VxNewDeviceAssignment struct.
Definition at line 17 of file VxNewDeviceAssignment.h.
|
inline |
Initializes a new instance of the VxNewDeviceAssignment struct.
ref | The reference. |
Definition at line 25 of file VxNewDeviceAssignment.h.
|
inline |
Finalizes an instance of the VxNewDeviceAssignment class.
Definition at line 35 of file VxNewDeviceAssignment.h.
|
inline |
Clears this instance.
Definition at line 42 of file VxNewDeviceAssignment.h.
char** VxSdk::VxNewDeviceAssignment::dataSourceIds |
The data sources to assign.
Definition at line 61 of file VxNewDeviceAssignment.h.
int VxSdk::VxNewDeviceAssignment::dataSourceIdSize |
The size of dataSourceIds.
Definition at line 65 of file VxNewDeviceAssignment.h.
char VxSdk::VxNewDeviceAssignment::deviceId[64] |
The unique identifier of the device to assign.
Definition at line 53 of file VxNewDeviceAssignment.h.
char VxSdk::VxNewDeviceAssignment::driverType[64] |
The type identifier of the driver to use for this device. If no type is provided, a driver will be selected automatically.
Definition at line 57 of file VxNewDeviceAssignment.h.