Pendingneuronidpendingneuronid_property, Priority, Pendingneuronid – Echelon OpenLNS User Manual

Page 123

Advertising
background image

OpenLNS Programmer's Reference

86

System

object's

PingIntervals

property.

Data Type

Integer.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

PendingNeuronIdPendingNeuronId_Property

Summary

Contains the neuron ID that will be set when the device is

commissioned.
If a device is commissioned with one Neuron ID, then

replaced, then the new Neuron ID is set, the

NeuronId

property will still show the old Neuron ID until the

Commission

method is called. This property allows the new

Neuron ID to be read before commissioning.

Availability

Local, full, and lightweight clients.

Syntax

neuronId = adObject.PendingNeuronId

Element

Description

neuronId

The pending neuron ID.

adObject

The

AppDevice

object to be acted on.

Data Type

String.

Read/Write

Read only.

Added to API

LNS Release 3.0.

Priority

Summary

Determines the device’s priority assignment on its channel.
An assignment of 0 indicates that the object is not assigned a

priority slot.

If the object is not assigned a priority slot,

messages with priority will still use priority buffers, and will

still be sent before messages without priority. In addition,

messages with priority have the priority bit set, so that

routers will send them out using priority buffers. If a router

has a priority slot defined, the message will be forwarded on

that slot

.

Availability

Local, full, and lightweight clients.

Syntax

priorityValue = object.Priority

Element

Description

priorityValue

The priority value assigned to the

object. The enumerated values that

you can set for this property, which

are stored in the

ConstLNSNodePriority

constant, are

as follows:

Advertising