Configproperties, Methods, Itembyhandle – Echelon OpenLNS User Manual

Page 177: Configproperties c

Advertising
background image

OpenLNS Programmer's Reference

140

Syntax

retrievedObject = coll

Object._NewEnum

Element

Description

retrievedObject

An expression that evaluates to the

object retrieved.

collObject

An iterator object that can be used to

access members of the collection.

Data Type

Object.

Read/Write

Read only.

Added to API

OpenLNS.

ConfigProperties

A

ConfigProperties

object is a collection of

ConfigProperty

objects. Configuration properties

may be associated with a

device

,

LonMark object

, or

network variable

.

The following table

summarizes the ConfigProperties object.

Description

A collection of

ConfigProperty

objects.

Added to API

Prior to LNS Release 3.0.

Accessed Through

Interface

object

LonMarkObject

object

NetworkVariable

object

Default Property

Item

Methods

ItemByHandle

Properties

ClassId

Count

Item

Parent

_NewEnum

Methods

The ConfigProperties

object contains the following method: ItemByHandle.

ItemByHandle

Summary

Retrieves a

ConfigProperty

object, specified by its handle,

from a

ConfigProperties

collection. The

ConfigProperty

object to be retrieved must be specified by its handle.

Availability

Local, full, and lightweight clients.

Syntax

object = coll.ItemByHandle(handle)

Element

Description

object

The

ConfigProperty

object retrieved

from the collection.

coll

The collection object.

Advertising