Description – Echelon OpenLNS User Manual
Page 822
OpenLNS Programmer's Reference
785
Syntax
commStatusValue = object.CommissionStatus
Element
Description
object
The router object to be acted on.
commStatusValu
e
The commission status of this router.
The values for this element, which are
stored in the commStatusValue
constant, are as follows:
0 lcaCommissionUpdatesCurrent
No outstanding commission updates
are pending.
1 lcaCommissionUpdatesPending
Commission updates are currently
pending, or in progress. When
database changes are made that affect
a device’s configuration, this value
represents the commission status of
the device.
The commission status will be
changed to
lcaCommissionUpdatesCurrent (0)
when the changes are successfully
propogated to the device, or to
lcaCommissionUpdatesFailed (2) if
there is a failure to propogate the
changes.
2 lcaCommissionUpdatesFailed
Commission updates are currently
pending or in progress, and the most
recent update attempt failed.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Description
Summary
Stores description information about the
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
object.
object
object to be acted on.