Owner manual
OpenLNS Programmer's Reference 272
added to the API.
ComponentApps
Summary
Contains the ComponentApps collection object associated
with the specified DeviceTemplate.
The ComponentApps collection is a list of LNS plug-in
commands that are associated with a particular object type.
Note that all LonMarkObject objects contain a
ComponentApps property; however, the behavior of this
property is unspecified when accessed through a
LonMarkObject object.
Availability
Local, full, and lightweight clients.
Syntax
appsCollection = object.ComponentApps
Element
Description
appsCollection
The ComponentApps collection to be
returned.
object
The DeviceTemplate object to be acted
on.
Data Type
ComponentApps collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Description
Summary
Stores description information about the DeviceTemplate
object.
Availability
Local, full, lightweight, and independent clients. Note that
some collections are not available to Independent clients.
Syntax
stringValue = object.Description
Element
Description
stringValue
A string description of the
DeviceTemplate object.
object
The DeviceTemplate object to be acted
on.
Data Type
String.
Read/Write
Read/write.
Added to API
This depends on the object used to access the property.
Generally, this property exists for the objects listed above as
soon as they are added to the API. See the applicable object
to determine what release it was introduced in.