![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Driver class represents a device communication driver. More...
#include <Driver.h>
Public Member Functions | |
Driver (VxSdk::IVxDriver *vxDriver) | |
Constructor. More... | |
virtual | ~Driver () |
Destructor. More... | |
!Driver () | |
Finaliser. More... | |
Results::Value | Refresh () |
Refreshes this instances properties. More... | |
Package Functions | |
CPPCli::DataStorage^ | _GetDataStorage () |
Package Attributes | |
VxSdk::IVxDriver * | _driver |
Properties | |
CPPCli::DataStorage^ | DataStorage [get] |
Gets the data storage that hosts this driver. More... | |
System::String^ | Name [get] |
Gets the friendly name of the driver. More... | |
System::String^ | Type [get] |
Gets the driver type identifier. More... | |
System::String^ | Vendor [get] |
Gets the name of the vendor that manufactured the device that the driver is for. More... | |
System::String^ | Version [get] |
Gets the driver version number. More... | |
CPPCli::Driver::Driver | ( | VxSdk::IVxDriver * | vxDriver | ) |
|
inlinevirtual |
CPPCli::Driver::!Driver | ( | ) |
|
package |
Definition at line 22 of file Driver.cpp.
CPPCli::Results::Value CPPCli::Driver::Refresh | ( | ) |
Refreshes this instances properties.
Definition at line 18 of file Driver.cpp.
|
package |
|
get |
|
get |
|
get |
|
get |
|
get |