Owner manual
OpenLNS Programmer's Reference 424
object
The object to be acted on.
Data Type
Integer.
Read/Write
Read only.
Added to API
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
ComponentApps
Summary
Contains the ComponentApps collection object associated
with the specified LonMarkObject.
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 LonMarkObject to be acted on.
Data Type
ComponentApps collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ConfigProperties
Summary
Contains the ConfigProperties collection object associated
with the specified LonMarkObject.
Availability
Local, full, and lightweight clients.
Syntax
configPropsCollection = LonMarkObject.ConfigProperties
Element
Description
configPropsCollection
The returned ConfigProperties
collection.
LonMarkObject
The LonMarkObject to be acted on
Data Type
ConfigProperties collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.