LicenseInfo
Defined in: messages/ServerInfo.ts:7
Constructors
Constructor
> new LicenseInfo(): LicenseInfo
Returns
LicenseInfo
Properties
deviceNumber
> readonly deviceNumber: number = 0
Defined in: messages/ServerInfo.ts:17
diskQuota
> readonly diskQuota: number = 0
Defined in: messages/ServerInfo.ts:19
expiryDate
> readonly expiryDate: number = 0
Defined in: messages/ServerInfo.ts:13
fingerprint
> readonly fingerprint: string = "UNKNOWN"
Defined in: messages/ServerInfo.ts:21
invoice
> readonly invoice: string = "UNKNOWN"
Defined in: messages/ServerInfo.ts:11
licensee
> readonly licensee: string = "UNKNOWN"
Defined in: messages/ServerInfo.ts:9
plan
> readonly plan: string = "UNKNOWN"
Defined in: messages/ServerInfo.ts:15
Methods
parse()
> static parse(data): LicenseInfo
Defined in: messages/ServerInfo.ts:23
Parameters
data
OriginalLicenseInfo
Returns
LicenseInfo