Lasttestinfo, Neuronid, Nodeid – Echelon OpenLNS User Manual

Page 843

Advertising
background image

OpenLNS Programmer's Reference

806

LastTestInfo

Summary

Contains the

TestInfo

object containing the results of the last

time the

Test

method was called for this router side.

The

AuxResultData

property indicates which properties of

the

LastTestInfo

object contain useful information.

Availability

Local, full, and lightweight clients.

Syntax

lastTestInfo = adObject.

LastTestInfo

Element

Description

lastTestInfo

The

TestInfo

object containing the last

test results.

adObject

The

RouterSide

object to be acted on

Data Type

TestInfo

object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

NeuronId

Summary

Contains the Neuron ID associated with the router side.

Neuron IDs are stored as 12-digit hexadecimal strings (for

example, "a327ff27ba44").

Availability

Local, full, and lightweight clients.

Syntax

neuronIdValue = object.

NeuronId

Element

Description

neuronIdValue

The

NeuronId

of the object.

object

The

RouterSide

object to be acted

on.

Data Type

String.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

NodeId

Summary

Contains the node ID associated with a router side.
The NodeId and

SubnetId

comprise the logical network

address assigned to a

RouterSide

when the

Add

method is

invoked on the

Router

that contains the

RouterSide

object.

Each RouterSide is allocated a single node ID.
Note: As of OpenLNS, you can write to this property.

Availability

Local, full, and lightweight clients.

Syntax

nodeIdValue = object.NodeId

Advertising