Echelon OpenLNS User Manual
Page 74
OpenLNS Programmer's Reference
37
the network.
32
lcaConfigPropOptSetMfgOnlyUnknown
Sets all manufacturing only configuration
properties to unknown. The values will not
be downloaded into the physical device.
64
lcaConfigPropOptExcludeDeviceSpecific
Downloads only those configuration
properties that do not have the
device-specific
attribute set into the device.
For example, if this option is ORed with
lcaConfigPropOptLoadUnknown (4)
and lcaConfigPropOptLoadValues (1),
LNS would set all configuration properties
that are not device-specific, and whose
values are unknown to their default values,
and then download those values into the
device.
This option should not be ORed with
lcaConfigPropOptOnlyDeviceSpecific
(128).
128
lcaConfigPropOptOnlyDeviceSpecific
Downloads only device-specific
configuration properties into the device.
For example, if this option is ORed with
lcaConfigPropOptLoadUnknown (4)
and lcaConfigPropOptLoadValues (1),
LNS would set all device-specific
configuration properties whose values are
unknown to their defaults, and download
those values into the device.
This option should not be ORed with
lcaConfigPropOptExcludeDeviceSpeci
fic (64).
256
lcaConfigPropOptClearUpdatePending
Clears the update pending flag on the
device configuration. This value may be
used alone, or ORed with other values. If
used alone, it will clear the update pending
flag of all configuration property values in
the device. I
t may be combined with
lcaConfigPropOptOnlyDeviceSpecific
(128) to clear only the pending flags of
device specific values.
This value has no effect on the database