Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

DMLTSConnectionParameters

You are viewing a history document page of Dynamsoft Label Recognizer Android v1.x.

Defines a struct to configure the parameters to connect to license tracking server.

Attributes

Attribute Type
mainServerURL String
standbyServerURL String
handshakeCode String
sessionPassword String
chargeWay int
UUIDGenerationMethod int
maxBufferDays int
limitedLicenseModules *List*
organizationID String
products int

mainServerURL

The URL of the license tracking server.

String  com.dynamsoft.dlr.DMLTSConnectionParameters.mainServerURL

Value Range

Any string value

Default value

””

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 servers for online verification.

standbyServerURL

The URL of the standby license tracking server.

String  com.dynamsoft.dlr.DMLTSConnectionParameters.standbyServerURL

Value Range

Any string value

Default value

””

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 servers for online verification.

handshakeCode

The handshake code.

String  com.dynamsoft.dlr.DMLTSConnectionParameters.handshakeCode

Value Range

Any string value

Default value

””

sessionPassword

The session password of the handshake code set in license tracking server.

String  com.dynamsoft.dlr.DMLTSConnectionParameters.sessionPassword

Value Range

Any string value

Default value

””

chargeWay

Sets the charge way.

int com.dynamsoft.dlr.DMLTSConnectionParameters.chargeWay

Value Range

A value of EnumDMChargeWay Enumeration items.

Default value

DM_CW_AUTO

See also

EnumDMChargeWay

UUIDGenerationMethod

Sets the method to generate UUID.

int com.dynamsoft.dlr.DMLTSConnectionParameters.UUIDGenerationMethod

Value Range

A value of EnumDMUUIDGenerationMethod Enumeration items.

Default value

DM_UUIDGM_RANDOM

See also

EnumDMUUIDGenerationMethod

maxBufferDays

Sets the max days to buffer the license info.

int com.dynamsoft.dlr.DMLTSConnectionParameters.maxBufferDays

Value Range

[0,0x7fffffff]

Default value

7

limitedLicenseModules

Sets the license modules to use.

List<Integer>  com.dynamsoft.dlr.DMLTSConnectionParameters.limitedLicenseModules

Value Range

A list of the EnumDMLicenseModule Enumeration items.

Default value

null

See also

EnumDMLicenseModule

organizationID

The organization ID got from Dynamsoft.

String com.dynamsoft.dlr.DMLTSConnectionParameters.organizationID

Value Range

Any string value

Default value

””

products

Sets the products to get the license for. Product values can be combined.

int com.dynamsoft.dlr.DMLTSConnectionParameters.products

Value Range

A combine value of EnumProduct Enumeration items.

Default value

PROD_ALL

See also

EnumProduct

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 2.2.20
  • Version 2.0.0
  • Version 1.2.1
  • Version 1.2
  • Version 1.0
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support