Resource Base
Defines a struct to configure the parameters to connect to the Dynamsoft License Server.
Attribute Name | Type |
---|---|
mainServerURL |
NSString* |
standbyServerURL |
NSString* |
organizationID |
NSString* |
handshakeCode |
NSString* |
sessionPassword |
NSString* |
chargeWay |
EnumDMChargWay |
UUIDGenerationMethod |
EnumDMUUIDGenerationMethod |
maxBufferDays |
NSInteger |
limitedLicenseModules |
NSArray* |
products |
NSInteger |
The URL of the Dynamsoft License Server.
NSString* mainServerURL
The URL of the standby Dynamsoft License Server.
NSString* standbyServerURL
Set the organization ID.
NSString* organizationID
The handshake code.
NSString* handshakeCode
The session password of the handshake code set in Dynamsoft License Server.
NSString* sessionPassword
Set the charge way.
EnumDMChargeWay chargeWay
Set the method to generate UUID.
EnumDMUUIDGenerationMethod UUIDGenerationMethod
Set the max days to buffer the license info.
NSInteger maxBufferDays
Set the count of license modules to use.
NSArray* limitedLicenseModules
Set the products. This is a combined value of Product Enumration items.
NSInteger products
latest version