Decommission, Moveex, Decommission m – Echelon OpenLNS User Manual

Page 806

Advertising
background image

OpenLNS Programmer's Reference

769

(1).
1
lcaCommissionFlagPropagate
Propagates the device’s network image

in the OpenLNS database to the

physical device when the

network

management mode

is set to

lcaMgmtModeDeferConfigUpdates

(1). If this will cause network

inconsistencies, OpenLNS will defer the

updates, and the NS, #4039

lcaErrNsUpdatesDeferred exception

will be thrown.
If the network management mode is set

to

lcaMgmtModePropagateConfigUpd

ates (0), the device’s network image in

the OpenLNS database will be

propagated to the physical device,

regardless of whether this option is set.

Added to API

Prior to LNS Release 3.0.

Decommission

Summary

Sets the

NeuronId

property of the Router to "000000000000"

(none) and deconfigures the device.

Availability

Local, full, and lightweight clients.

Syntax

object.Decommission

Element

Description

object

The

Router

object to be

decommissioned.

Added to API

Prior to LNS Release 3.0.

MoveEx

Summary

Performs the steps required to move a router to a new

channel.

This method combines the functions performed by the

PreMove method and PostMove methods, and adds a flag

parameter to specify advanced options required for a small

set of move operations. Applications should use the PreMove

and PostMove methods whenever possible.
You must invoke the MoveEx method twice during a move.

You first need to invoke it with the lcaMovePrePhysical

flag (analogous to the PreMove call), and then once the router

ha sbeen moved, you need to invoke it again with the

lcaMovePostPhysical flag.
You should invoke the BeginSession method to begin a

Advertising