Remove, Properties, Classid – Echelon OpenLNS User Manual

Page 159: Remover

Advertising
background image

OpenLNS Programmer's Reference

122

Remove

Summary

Removes a channel from the network. A channel may only be

removed if there are no devices or routers assigned to it.

Availability

Local, full, and lightweight clients.

Syntax

channelsColl.Remove indexName

Element

Description

channelsColl

The Channels collection object

containing the channel to be removed.

indexName

A Long value specifying the collection

index of the Channel object to remove,

or a String value specifying the name of

the Channel object to remove.

Added to API

Prior to LNS Release 3.0.

Properties

The Channels object contains the following properties:

ClassId

Count

FilterType

Item

Parent

RefChannel1

RefChannel2

RefTransceiverType

_NewEnum

ClassId

Summary

Identifies the object class of this object.

Availability

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

some objects containing this property are not available to

Independent clients.

Syntax

classIdValue = object.ClassId

Element

Description

classIdValue

The object class of the object. The

following value is defined for the

Channels object in the

ConstClassIds

constant:
13 lcaClassIdAppChannels

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

Advertising