Transactiontimeouts, Versionnumber, Xmiterrors – Echelon OpenLNS User Manual

Page 303

Advertising
background image

OpenLNS Programmer's Reference

266

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

TransactionTimeouts

Summary

Contains the number of times an acknowledged or

request/response message failed after all the retries. This

data is available for application devices and router sides.

Availability

Local, full, and lightweight clients.

Syntax

messageCount = detailInfoObject.TransactionTimeouts

Element

Description

messageCount

The number of failed messages.

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.

VersionNumber

Summary

Contains the version number of Neuron Chip firmware

contained in a device. This data is available for application

devices and router sides.

Availability

Local, full, and lightweight clients.

Syntax

versionValue = detailInfoObject.VersionNumber

Element

Description

versionValue

The firmware version number. This

value is a decimal number from 1 to

255 indicating the version of the

Neuron Chip firmware.

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.

XmitErrors

Summary

Contains the number of times the device either received a

packet with an invalid CRC, received a packet that was too

short, received a packet too long for the device's inpurt

buffer, or saw a timeout. This data is available for application

devices and router sides.

Availability

Local, full, and lightweight clients.

Advertising