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 Tracking Server.
class com.dynamsoft.dbr.DMLTSConnectionParameters
Attributes | Type | Descriptions |
---|---|---|
mainServerURL |
String | The URL of the License Tracking Server. |
standbyServerURL |
String | The URL of the standby License Tracking Server. |
handshakeCode |
String | The handshake code. |
sessionPassword |
String | The session password of the handshake code set in License Tracking Server. |
uuidGenerationMethod |
int | Sets the method to generate UUID. |
maxBufferDays |
int | Sets the max days to buffer the license info. |
limitedLicenseModules |
int[] | Sets the license modules to use. |
chargeWay |
int | Sets the charge way. |
The URL of the Dynamsoft License Server.
String 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 Tracking Server for online verification.
The URL of the standby License Tracking Server.
String 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 License Tracking Server for online verification.
The handshake code.
String handshakeCode
Value Range
Any string value
Default Value
null
The session password of the handshake code set in License Tracking Server.
String sessionPassword
Value Range
Any string value
Default Value
null
Sets the method to generate UUID.
int uuidGenerationMethod
Value Range
Any one of the EnumDMUUIDGenerationMethod
Enumeration items.
Default Value
DM_UUIDGM_RANDOM
See Also
Sets the max days to buffer the license info.
int maxBufferDays
Value Range
[7,0x7fffffff]
Default Value
7
Sets the license modules to use.
List<Integer> limitedLicenseModules
Value Range
A list of the EnumDMLicenseModule
Enumeration items.
Default Value
null
See Also
Sets the charge way.
int chargeWay
Value Range
Any one of the EnumDMChargeWay
Enumeration items.
version 8.1.2