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 DMLTSConnectionParameters
The URL of the license tracking server.
DMLTSConnectionParameters.main_server_url
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.
The URL of the standby license tracking server.
DMLTSConnectionParameters.standby_server_url
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.
The handshake code.
DMLTSConnectionParameters.handshake_code
Value range
Any string value
Default value
“”
The session password of the handshake code set in license tracking server.
DMLTSConnectionParameters.session_password
Value range
Any string value
Default value
“”
Sets the deployment type.
DMLTSConnectionParameters.deployment_type
Value range
A value of EnumDMDeploymentType
Enumeration items.
Default value
DM_DT_DESKTOP
See also
EnumDMDeploymentType
Sets the charge way.
DMLTSConnectionParameters.charge_way
Value range
A value of EnumDMChargeWay
Enumeration items.
Default value
DM_CW_AUTO
See also
EnumDMChargeWay
Sets the method to generate UUID.
DMLTSConnectionParameters.uuid_generation_method
Value range
A value of EnumDMUUIDGenerationMethod
Enumeration items.
Default value
DM_UUIDGM_RANDOM
See also
EnumDMUUIDGenerationMethod
Sets the max days to buffer the license info.
DMLTSConnectionParameters.max_buffer_days
Value range
[0,0x7fffffff]
Default value
0
Sets the license modules to use.
DMLTSConnectionParameters.limited_license_modules
Value range
Each list item can be any one of the EnumLicenseModule
Enumeration items.
Default value
None
See also
EnumLicenseModule
version 8.0.0