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 the license server.
@interface iDMDLSConnectionParameters
Attribute | Type | Descriptions |
---|---|---|
mainServerURL |
NSString* | The URL of the Dynamsoft License Server. |
standbyServerURL |
NSString* | The URL of the standby Dynamsoft License Server. |
handshakeCode |
NSString* | The handshake code. |
sessionPassword |
NSString* | The session password of the handshake code set in Dynamsoft License Server. |
chargeWay |
EnumDMChargeWay | Sets the charge way. |
UUIDGenerationMethod |
EnumDMUUIDGenerationMethod | Sets the method to generate UUID. |
maxBufferDays |
NSInteger | Sets the max days to buffer the license info. |
limitedLicenseModules |
NSArray* | Sets the license modules to use. |
organizationID |
NSString* | The organization ID got from Dynamsoft. |
The URL of the Dynamsoft License Server.
NSString* mainServerURL
Value Range
Any string value
Default Value
nil
Remarks
If you choose “Dynamsoft-hosting”, then no need to change the value of MainServerURL and StandbyServerURL. When both are set to nil (default value), it will connect to Dynamsoft’s Dynamsoft License Servers for online verification.
The URL of the standby Dynamsoft License Server.
NSString* standbyServerURL
Value Range
Any string value
Default Value
nil
Remarks
If you choose “Dynamsoft-hosting”, then no need to change the value of MainServerURL and StandbyServerURL. When both are set to nil (default value), it will connect to Dynamsoft’s Dynamsoft License Servers for online verification.
The handshake code.
NSString* handshakeCode
Value Range
Any string value
Default Value
nil
The session password of the handshake code set in Dynamsoft License Server.
NSString* sessionPassword
Value Range
Any string value
Default Value
nil
Sets the charge way.
EnumDMChargeWay chargeWay
Value Range
Any one of the EnumDMChargeWay
Enumeration items.
Default Value
EnumDMChargeWayAuto
See Also
Sets the method to generate UUID.
EnumDMUUIDGenerationMethod UUIDGenerationMethod
Value Range
Any one of the EnumDMUUIDGenerationMethod
Enumeration items.
Default Value
EnumDMUUIDGenerationMethodRandom
See Also
Sets the max days to buffer the license info.
NSInteger maxBufferDays
Value Range
[7,0x7fffffff]
Default Value
7
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
The organization ID got from Dynamsoft.
NSString* organizationID
Value Range
Any string value
Default Value
””
latest version