Detailinfo, Expecteddomainid – Echelon OpenLNS User Manual

Page 964

Advertising
background image

OpenLNS Programmer's Reference

927

constant:
71 lcaClassId

TestInfo

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.

DetailInfo

Summary

Contains the

DetailInfo

object associated with the specified

AppDevice

,

RouterSide

, or

TestInfo

object

.

The

DetailInfo

object contains an error log and

communications status information for an

AppDevice

or

RouterSide

object.

If the

DetailInfo

property is accessed through a

TestInfo

object, the property will only contain valid information if the

IsDetailInfoValid

property is set to True.

Availability

Local, full, and lightweight clients.

Syntax

detailInfoObject = object.

DetailInfo

Element

Description

detailInfoObject

The DetailInfo object associated

with the device.

object

The TestInfo object from which to

get status information.

Data Type

DetailInfo

object.

Read/Write

Read only.

Added to API

LNS Release 3.0.

ExpectedDomainId

Summary

Contains the expected Domain ID of the tested device or

router side if the

AuxResultData

is set to

LcaDomainIdData

.

This property can be used in conjunction with the

ActualDomainId

to analyze Domain ID discrepancies.

If the AuxResultData

property is set to some other value, this

property contains no useful information
The domain ID is stored as a string of hexadecimal digits.

For example, a 3-byte domain ID would be represented as

follows: "32a0cf". Domain IDs can be 1, 3, or 6 bytes in

length.

Advertising