Defines the enumeration behaviour of a certain interface of a third party GenTL producer.
More...
|
static final int | iebForceEnumerate = acquireJNI.iebForceEnumerate_get() |
| The interface will forcefully enumerate devices, regardless of the general enumeration behavior of this interface type(overrides EnumerateEnable setting).
|
|
static final int | iebForceIgnore = acquireJNI.iebForceIgnore_get() |
| The interface will not enumerate devices, regardless of the general enumeration behavior of this interface type(overrides EnumerateEnable setting).
|
|
static final int | iebNotConfigured = acquireJNI.iebNotConfigured_get() |
| The interface will enumerate devices or not according to the general enumeration behavior of this interface type(according to EnumerateEnable setting).
|
|
Defines the enumeration behaviour of a certain interface of a third party GenTL producer.
- Since
- 2.34.0
◆ iebForceEnumerate
final int iebForceEnumerate = acquireJNI.iebForceEnumerate_get() |
|
static |
The interface will forcefully enumerate devices, regardless of the general enumeration behavior of this interface type(overrides EnumerateEnable setting).
◆ iebForceIgnore
final int iebForceIgnore = acquireJNI.iebForceIgnore_get() |
|
static |
The interface will not enumerate devices, regardless of the general enumeration behavior of this interface type(overrides EnumerateEnable setting).
◆ iebNotConfigured
final int iebNotConfigured = acquireJNI.iebNotConfigured_get() |
|
static |
The interface will enumerate devices or not according to the general enumeration behavior of this interface type(according to EnumerateEnable setting).