Configurationstate – Echelon OpenLNS User Manual

Page 108

Advertising
background image

OpenLNS Programmer's Reference

71

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.

ConfigurationState

Summary

Identifies the current configuration state of an application

device.

Availability

Local, full, and lightweight clients.

Syntax

configStateValue = appDeviceObject.ConfigurationState

Element

Description

appDeviceObject

The application device to be acted on.

configStateValue The configuration state of this device.

The values for this element, which are

stored in the

ConstConfigurationState

constant, are as follows:

0 lcaConfigurationNode

HasBeenConfigured

The application device has been

configured.
1 lcaConfigurationNode

HasNeverBeenConfigured

The application device has never been

configured.
If the ConfigurationState property is

set to this value, OpenLNS will

assume that the address table and

network variable configuration entries

in the device are set to their unbound

values. As a result, it will not update

empty address table entries or

unbound network variable

configuration entries when you

commission that device

Data Type

Integer.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising