Getmessagepoint – Echelon OpenLNS User Manual

Page 75

Advertising
background image

OpenLNS Programmer's Reference

38

operations initiated by other flags passed

to the

DownloadConfigProperties

method.

However, updates to the device initiated by

the other flags will be cancelled. For

example, when combining this value with

lcaConfigPropOptSetDefaults (2), the

operation will set the values in the

database to their defaults, but the pending

update flag on the device will be cleared.

As a result, those values will not be loaded

into the device.
512

lcaConfigPropOptExcludeNvTypeDefault
You can OR this value with either the

lcaConfigPropOptSetDefaults (2) or

lcaConfigPropOptLoadUnknown (4)

values to prevent setting SCPTnvType

configuration property values to their

defaults during a download. Setting a

SCPTnvType configuration property to its

default value may not be allowed due to

connection constraints, and therefore

would cause the download operation to fail.
When ORed with

lcaConfigPropOptSetDefaults (2), all

configuration properties other than

SCPTnvType configuration properties will

be set to their default values. When ORed

with lcaConfigPropOptLoadUnknown

(4), all unknown configuration properties

whose values are unknown will be set to

their default values, except SCPTnvType

configuration properties.
This option does not affect the

lcaConfigPropOptLoadValues (1)

value. If the

lcaConfigPropOptLoadValues (1) value

is specified, SCPTnvType configuration

properties with known values will be

propagated to the device, even if setting

their values to the default has been

excluded.

Added to API

Prior to LNS Release 3.0.

GetMessagePoint

Summary

Returns a new message point that can be used to send a

message to the application device.

The returned MsgMonitorPoint object can set its

OutputDataPoint property or RequestDataPoint property to

Advertising