Owner manual
OpenLNS Programmer's Reference 198
CreditInfo
OpenLNS applications can determine a system’s current licensing status by reading the
properties of the CreditInfo object. These properties return information indicating the
number of days until the LNS activation license expires or the number of application devices
defined in a system.
Note: As of OpenLNS, the DeficitCredits, LicensedCredits, LicenseType, MaxDeficitCredits,
and UsedCredits properties of the CreditInfo object have been deprecated and no longer
provide any useful information.
The following table summarizes the CreditInfo object.
Description
A single point of data in a LONWORKS network.
Added to API
Prior to LNS Release 3.0.
Accessed Through
System.
Default Property
None.
Methods
None.
Properties
• ClassId
• DaysRemaining
• DeficitCredits
• LicensedCredits
• LicenseType
• MaxDeficitCredits
• UsedCredits
Methods
The CreditInfo object does not contain any methods:
Properties
The CreditInfo object contains the following properties:
• ClassId
• DaysRemaining
• DeficitCredits
• LicensedCredits
• LicenseType
• MaxDeficitCredits
ClassId
Summary
Identifies the object class of this object.
This property allows the object type to be determined when it
is unknown (for example, when the object was accessed using
the Parent property of another object).
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.