Servicestatus – Echelon OpenLNS User Manual
Page 945
OpenLNS Programmer's Reference
908
TRUE is commissioned or replaced.
1
lcaSecurityLevelKeyDistribution
Disabled
Keys are never distributed over the
network. For all devices that have
their AuthenticationEnabled property
set to TRUE, the installer is
responsible for installing the
authentication key. The key installed
must match the value of the System
object’s AuthenticationKey property.
OpenLNS will report the NS, #4031
lcaErrNsUpdateFuncError
whenver it tries to update the device,
and the CommissionStatus of the
device will be set to
lcaCommissionUpdatesFailed (2),
until the key has been successfully
installed into the device.
systemObject
The System object to be acted on.
Data Type
Integer.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
ServiceStatus
Summary
Contains the ServiceStatus object for this System object
.
The ServiceStatus object contains information regarding the
service that the client is currently peforming (in progress,
queued, and so on) on the system.
If your client application is taking a long period of time to
access a property or invoke a method, you can access this
property from an OnSystemNssIdle callback to check on the
operation’s status.
Availability
Local, full, and lightweight clients.
Syntax
serviceStatusObject = systemObject.ServiceStatus
Element
Description
serviceStatusObject
The ServiceStatus object to be
returned.
systemObject
The System object to be acted on.
Data Type
object.
Read/Write
Read only.
Added to API
LNS Release 3.0.