Raytrix RayCam SDK  v2.1.0
EDriverPropertyValues.h
Go to the documentation of this file.
1 
7 #ifdef RX_MANAGED_ENUM
8  public enum class EDriverProperty
9 #else
10  namespace EDriverProperty
11  {
12  enum ID
13 #endif
14 {
16  None = 0,
17 
20 
23 
26 };
27 #ifndef RX_MANAGED_ENUM
28  } // Namespace
29 #endif
ID
Definition: EDriverPropertyValues.h:12
The default status.
Definition: EDriverPropertyValues.h:16
Defines the properties that can be used to configure the driver.
Definition: EDriverPropertyValues.h:10
Enable/Disable the GPU utilization. This property has to be set before calling IDriver->InitDriver() ...
Definition: EDriverPropertyValues.h:25
Returns the current API version. [(string)(R)].
Definition: EDriverPropertyValues.h:22
Specifies the search time out for Rx::RayCam::IDriver::DiscoverDevices() function. [(double)(W)].
Definition: EDriverPropertyValues.h:19