Impact Acquire SDK Java
TOnBoardMemoryMode Class Reference

Defines valid modes for the handling of the device' on board memory (if available) (deprecated. More...

Static Public Attributes

static final int obmmDefault = acquireJNI.obmmDefault_get()
 The device will work with reasonable default values.
 
static final int obmmUser = acquireJNI.obmmUser_get()
 The user can define how the on board memory of the device will be used.
 

Detailed Description

Defines valid modes for the handling of the device' on board memory (if available) (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

Member Data Documentation

◆ obmmDefault

final int obmmDefault = acquireJNI.obmmDefault_get()
static

The device will work with reasonable default values.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

This option will be the right choice for most of the user.

◆ obmmUser

final int obmmUser = acquireJNI.obmmUser_get()
static

The user can define how the on board memory of the device will be used.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

This is for advanced users only and will not be necessary in most of the cases.