Resource Base
Defines a struct to configure the parameters to connect to the license tracking 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 license tracking server.
NSString* mainServerURL
The URL of the standby license tracking server.
NSString* standbyServerURL
Set the organization ID.
NSString* organizationID
The handshake code.
NSString* handshakeCode
The session password of the handshake code set in license tracking 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
version 1.0