Accusoft USB Scanner SDK
ScanLicense Class Reference

This class manages the license key provided by Accusoft with the USB Scanner Software Development Kit. More...

Inherits AccusoftLicense.

List of all members.

Public Member Functions

 ScanLicense (String OEMKey, Application application, long solutionKey1, long solutionKey2, long solutionKey3, long solutionKey4)
 Constructor.

Detailed Description

This class manages the license key provided by Accusoft with the USB Scanner Software Development Kit.


Constructor & Destructor Documentation

ScanLicense ( String  OEMKey,
Application  application,
long  solutionKey1,
long  solutionKey2,
long  solutionKey3,
long  solutionKey4 
)

Constructor.

Parameters:
OEMKeyThis is the license key provided by Accusoft. It is comprised of three lines of text. An example is "Abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl\n" + "mnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxy\n" + "zabcdefghijklmnopqrstuvwxya!@#$%^&*AZabcdef=\n"
applicationA reference to the Application object for your application. This can typically be obtained from the current Activity or Service with a call to this.getApplication().
solutionKey1Currently ignored, and reserved for future use.
solutionKey2Currently ignored, and reserved for future use.
solutionKey3Currently ignored, and reserved for future use.
solutionKey4Currently ignored, and reserved for future use.