![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewDeviceAssignment class represents a new device assignment. More...
#include <NewDeviceAssignment.h>
Public Member Functions | |
NewDeviceAssignment () | |
Default constructor. More... | |
NewDeviceAssignment (VxSdk::VxNewDeviceAssignment *vxNewDeviceAssignment) | |
Constructor. More... | |
Package Attributes | |
VxSdk::VxNewDeviceAssignment * | _newDeviceAssignment |
System::Collections::Generic::List< System::String^ >^ | _dataSources |
Properties | |
System::Collections::Generic::List< System::String^ >^ | DataSourceIds [get, set] |
Gets the data sources that will be included in this device assignment. More... | |
System::String^ | DeviceId [get, set] |
Gets or sets the unique ID of the device to assign. More... | |
System::String^ | DriverType [get, set] |
Gets or sets the type identifier of the driver to use for this device. More... | |
The NewDeviceAssignment class represents a new device assignment.
Definition at line 13 of file NewDeviceAssignment.h.
|
inline |
Default constructor.
Definition at line 19 of file NewDeviceAssignment.h.
|
inline |
Constructor.
vxNewDeviceAssignment | The new device assignment. |
Definition at line 28 of file NewDeviceAssignment.h.
|
package |
Definition at line 65 of file NewDeviceAssignment.h.
|
package |
Definition at line 64 of file NewDeviceAssignment.h.
|
getset |
Gets the data sources that will be included in this device assignment.
A List
of data sources.
Definition at line 37 of file NewDeviceAssignment.h.
|
getset |
Gets or sets the unique ID of the device to assign.
The unique identifier.
Definition at line 47 of file NewDeviceAssignment.h.
|
getset |
Gets or sets the type identifier of the driver to use for this device.
The driver type.
Definition at line 57 of file NewDeviceAssignment.h.