Description, Extensions, Funcprofiledescription – Echelon OpenLNS User Manual

Page 462

Advertising
background image

OpenLNS Programmer's Reference

425

Description

Summary

Stores description information about the

LonMarkObject

object

.

Availability

Local, full, lightweight, and independent clients. Note that

some collections are not available to Independent clients.

Syntax

stringValue = object.Description

Element

Description

stringValue

A string description of the

LonMarkObject

.

object

The

LonMarkObject

to be acted on.

Data Type

String.

Read/Write

Read/write.

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.

Extensions

Summary

Contains the

Extensions

collection object associated with the

specified

LonMarkObject

.

This property returns an

Extensions

collection. The objects

in this collection represent user data reserved for

manufacturers. Each object is identified with a unique

identifier set by the manufacturer.

Availability

Local, full, lightweight, and independent clients.

Syntax

extensionsColl = object.

Extensions

Element

Description

extensionsColl

The

Extensions

collection object.

object

The object whose

Extensions

collection is being returned.

Data Type

Extensions

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising