Methods, Itembyhandle, Itembyhandle m – Echelon OpenLNS User Manual

Page 347

Advertising
background image

OpenLNS Programmer's Reference

310

ObjectServer

object

Router

object

Subnet

object

Subsystem

object

System

object

Default Property

Item property.

Methods

Add

ItemByHandle

Remove

Properties

ClassID

Count

Item

Parent

_NewEnum

Methods

The Extensions object contains the following methods

.

Add

ItemByHandle

Remove

Add

Summary

Define a new

Extension

object.

Availability

Local, full, and lightweight clients.

Syntax

extensionObject = extensionsColl.Add(extensionKey)

Element

Description

extensionObject

The newly defined

Extension

object.

extensionsColl

The

Extensions

collection object.

extensionKey

A String containing the extension's

key

value.

Added to API

Prior to LNS Release 3.0.

ItemByHandle

You can use the ItemByHandle method to retrieve an Extension object from the

Extensions collection by handle.

Summary

Retrieves an Extension object by its handle property.

Availability

Local, full, and lightweight clients.

Syntax

extension = extensions.ItemByHandle

Element

Description

Extension

The Extension object.

Extensions

The Extensions collection.

Advertising