Errorlog, Lostmessages, Lostmessage – Echelon OpenLNS User Manual

Page 297

Advertising
background image

OpenLNS Programmer's Reference

260

classIdValue

The object class of the object. The

following value is defined for the

DataPoint

object in the

ConstClassIds

constant:
48 lcaClassIdDetailInfo

object

The object to be acted on.

Data Type

Integer.

Read/Write

Read only.

Added to API

Depends on the object used to access the property. Generally,

this property exists for an object as soon as the object is

added to the API.

ErrorLog

Summary

The most recently logged firmware error.

Availability

Local, full, and lightweight clients.

Syntax

errorValue = detailInfoObject.ErrorLog

Element

Description

errorValue

The error code for the most recently

logged error.

0 indicates no error.

Error codes 128 and greater are

reserved by the system firmware.

See the Neuron Tools Errors Guide

for the list of firmware errors and

their meanings.

Error codes 1 through 127 indicate

an error logged by the device's

application program, and the

meaning of rach of these error

codes is application-specific.

detailInfoObject The

DetailInfo

object from which to get

the information.

Data Type

Long.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

LostMessages

Summary

Contains the number of times a packet was received and no

application input buffer was available. This data is available

for application devices and router sides.

Availability

Local, full, and lightweight clients.

Syntax

numMessages = detailInfoObject.LostMessages

Advertising