iDLRLTSConnectionParameters
You are viewing a history document page of Dynamsoft Label Recognizer iOS v1.x.
Defines a class to configure the parameters to connect to license tracking server.
Attributes
Attribute | Type |
---|---|
mainServerURL |
NSString* |
standbyServerURL |
NSString* |
handshakeCode |
NSString* |
sessionPassword |
NSString* |
chargeWay |
EnumDMChargeWay |
UUIDGenerationMethod |
EnumDMUUIDGenerationMethod |
maxBufferDays |
NSInteger |
limitedLicenseModules |
NSArray* |
organizationID |
NSString* |
products |
NSInteger |
mainServerURL
The URL of the license tracking server.
NSString* 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.
NSString* 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.
NSString* handshakeCode
Value Range
Any string value
Default value
””
sessionPassword
The session password of the handshake code set in license tracking server.
NSString* sessionPassword
Value Range
Any string value
Default value
””
chargeWay
Sets the charge way.
EnumDMChargeWay chargeWay
Value Range
A value of EnumDMChargeWay
Enumeration items.
Default value
EnumDMChargeWayAuto
See also
UUIDGenerationMethod
Sets the method to generate UUID.
EnumDMUUIDGenerationMethod UUIDGenerationMethod
Value Range
A value of EnumDMUUIDGenerationMethod
Enumeration items.
Default value
EnumDMUUIDGenerationMethodRandom
See also
maxBufferDays
Sets the max days to buffer the license info.
NSInteger maxBufferDays
Value Range
[0,0x7fffffff]
Default value
7
limitedLicenseModules
Sets the license modules to use.
NSArray* limitedLicenseModules
Value Range
Each array item can be any one of the EnumDMLicenseModule
Enumeration items.
Default value
nil
See also
organizationID
The organization ID got from Dynamsoft.
NSString* organizationID
Value Range
Any string value
Default value
””
products
Sets the products to get the license for. Product values can be combined.
NSInteger products
Value Range
A combine value of EnumProduct
Enumeration items.
Default value
EnumProductALL
See also