Detailinfo, Device template, Extensions – Echelon OpenLNS User Manual

Page 111: Devicetemplate, S detailinfo

Advertising
background image

OpenLNS Programmer's Reference

74

Added to API

This depends on the object used to access the property.

Generally, this property exists for the objects listed above as

soon as they are added to the API. See the applicable object

to determine what release it was introduced in.

DetailInfo

Summary

Contains the

DetailInfo

object associated with the specified

AppDevice

object

.

The

DetailInfo

object contains an error log

and communications status information for the

AppDevice

object.
When you read this property from an

AppDevice

, OpenLNS

will send a query to the device to obtain this information.

Availability

Local, full, and lightweight clients.

Syntax

detailInfoObject = object.DetailInfo

Element

Description

detailInfoObject

The

DetailInfo

object associated with

the application device.

object

The

AppDevice

object from which to

get status information.

Data Type

DetailInfo

object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Device Template

Summary

Contains the

DeviceTemplate

object associated with the

specified

AppDevice

.

Availability

Local, full, and lightweight clients.

Syntax

devTemplateObject = appDeviceObject.DeviceTemplate

Element

Description

devTemplateObject The device template object.
appDeviceObject

The

AppDevice

object.

Data Type

DeviceTemplate

object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Extensions

Summary

Contains the

Extensions

collection object associated with the

specified

AppDevice

.

This property returns an Extensions collection. The objects

in this collection represent user data reserved for

manufacturers. Each object is identified with a unique

Advertising