Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Defines a struct to configure the parameters to connect to license server.
Attribute | Type |
---|---|
mainServerURL |
String |
standbyServerURL |
String |
handshakeCode |
String |
sessionPassword |
String |
deploymentType |
int |
chargeWay |
int |
uuidGenerationMethod |
int |
maxBufferDays |
int |
limitedLicenseModules |
int[] |
maxConcurrentInstanceCount |
int |
organizationID |
String |
products |
int |
The URL of the license server.
String com.dynamsoft.dbr.DMLTSConnectionParameters.mainServerURL
Value range
Any string value
Default value
null
Remarks
If you choose “Dynamsoft-hosting”, then no need to change the value of MainServerURL and StandbyServerURL. When both are set to null (default value), it will connect to Dynamsoft’s license servers for online verification.
The URL of the standby license server.
String com.dynamsoft.dbr.DMLTSConnectionParameters.standbyServerURL
Value range
Any string value
Default value
null
Remarks
If you choose “Dynamsoft-hosting”, then no need to change the value of MainServerURL and StandbyServerURL. When both are set to null (default value), it will connect to Dynamsoft’s license servers for online verification.
The handshake code.
String com.dynamsoft.dbr.DMLTSConnectionParameters.handshakeCode
Value range
Any string value
Default value
null
The session password of the handshake code set in license server.
String com.dynamsoft.dbr.DMLTSConnectionParameters.sessionPassword
Value range
Any string value
Default value
null
Sets the deployment type.
int com.dynamsoft.dbr.DMLTSConnectionParameters.deploymentType
Value range
Any one of the EnumDMDeploymentType
Enumeration items.
Default value
DM_DT_DESKTOP
See also
EnumDMDeploymentType
Sets the charge way.
int com.dynamsoft.dbr.DMLTSConnectionParameters.chargeWay
Value range
Any one of the EnumDMChargeWay
Enumeration items.
Default value
DM_CW_AUTO
See also
EnumDMChargeWay
Sets the method to generate UUID.
int com.dynamsoft.dbr.DMLTSConnectionParameters.uuidGenerationMethod
Value range
Any one of the EnumDMUUIDGenerationMethod
Enumeration items.
Default value
DM_UUIDGM_RANDOM
See also
EnumDMUUIDGenerationMethod
Sets the max days to buffer the license info.
int com.dynamsoft.dbr.DMLTSConnectionParameters.maxBufferDays
Value range
[7,0x7fffffff]
Default value
7
Sets the license modules to use.
int[] com.dynamsoft.dbr.DMLTSConnectionParameters.limitedLicenseModules
Value range
Each array item can be any one of the EnumDMLicenseModule
Enumeration items.
Default value
null
See also
EnumDMLicenseModule
Sets the max concurrent instance count.
int com.dynamsoft.dbr.DMLTSConnectionParameters.maxConcurrentInstanceCount
Value range
[1,0x7fffffff]
The organization ID got from Dynamsoft.
String com.dynamsoft.dbr.DMLTSConnectionParameters.organizationID
Value range
Any string value
Default value
“”
Sets the products to get the license for. Product values can be combined.
int com.dynamsoft.dbr.DMLTSConnectionParameters.products
Value range
A combined value of Product
Enumeration items
Default value
PROD_ALL
version 8.4.0