Impact Acquire SDK Java
|
Category that contains the User Set control features. More...
Public Member Functions | |
synchronized void | delete () |
PropertyS | getMvUserData () |
A string property. | |
PropertyI64 | getUserSetDefault () |
An enumerated integer property. | |
PropertyI64 | getUserSetDefaultSelector () |
An enumerated integer property. | |
PropertyS | getUserSetDescription () |
A string property. | |
PropertyI | getUserSetFeatureEnable () |
A boolean property. | |
PropertyI64 | getUserSetFeatureSelector () |
An enumerated integer property. | |
Method | getUserSetLoad () |
A method object. | |
Method | getUserSetSave () |
A method object. | |
PropertyI64 | getUserSetSelector () |
An enumerated integer property. | |
UserSetControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.UserSetControl object. | |
UserSetControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.UserSetControl object. | |
Protected Member Functions | |
void | finalize () |
UserSetControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (UserSetControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category that contains the User Set control features.
A category that contains the User Set control features.
|
protected |
UserSetControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.UserSetControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
UserSetControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.UserSetControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
synchronized void delete | ( | ) |
|
protected |
PropertyS getMvUserData | ( | ) |
A string property.
A register to store arbitrary user data into the devices non-volatile memory. The data is stored as binary data encoded in Base64 see mvIMPACT.acquire.PropertyS.writeBinary or mvIMPACT.acquire.PropertyS.readBinary for more details.
A register to store arbitrary user data into the devices non-volatile memory. The data is stored as binary data encoded in Base64 see mvIMPACT.acquire.PropertyS.writeBinary or mvIMPACT.acquire.PropertyS.readBinary for more details.
PropertyI64 getUserSetDefault | ( | ) |
An enumerated integer property.
Selects the feature User Set to load and make active by default when the device is reset.
Selects the feature User Set to load and make active by default when the device is reset.
The following string values might be valid for this feature:
PropertyI64 getUserSetDefaultSelector | ( | ) |
An enumerated integer property.
This feature is deprecated (See UserSetDefault).
The following string values might be valid for this feature:
PropertyS getUserSetDescription | ( | ) |
A string property.
Description of the selected User Set content.
Description of the selected User Set content.
PropertyI getUserSetFeatureEnable | ( | ) |
A boolean property.
Enables the selected feature and make it active in all the UserSets.
Enables the selected feature and make it active in all the UserSets.
PropertyI64 getUserSetFeatureSelector | ( | ) |
An enumerated integer property.
Selects which individual UserSet feature to control.
Selects which individual UserSet feature to control.
The following string values might be valid for this feature:
Method getUserSetLoad | ( | ) |
A method object.
Loads the User Set specified by UserSetSelector to the device and makes it active.
Loads the User Set specified by UserSetSelector to the device and makes it active.
Method getUserSetSave | ( | ) |
A method object.
Save the User Set specified by UserSetSelector to the non-volatile memory of the device.
Save the User Set specified by UserSetSelector to the non-volatile memory of the device.
PropertyI64 getUserSetSelector | ( | ) |
An enumerated integer property.
Selects the feature User Set to load, save or configure.
Selects the feature User Set to load, save or configure.
The following string values might be valid for this feature:
|
staticprotected |
|
protected |