Networkresources, Methods – Echelon OpenLNS User Manual

Page 587

Advertising
background image

OpenLNS Programmer's Reference

550

foreach statements.

Availability

Local, full, and lightweight clients.

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.

NetworkResources

A NetworkResources contains information related to the network resources allocated on the

system. The properties of the NetworkResources object indicate how many exclusive and

sharable pool selectors are available on the system, how many group IDs and subnets have

been allocated on the system, and how many

AppDevices

and

Routers

have been installed on

the system.
This information may be especially useful if you are managing a large system. For example,

if you are writing an application that creates large numbers of multicast connections on a

system, you will need to know how many exclusive selectors are available on the system.

Another example would be if you are merging two OpenLNS databases, you will need to

know how many subnets and exclusive selectors have been assigned in each database, to

make sure that the merged database will not exceed the limits for each property.

Description

Contains information related to the network

resources allocated on the system.

Added to API

LNS Release 3.20.

Accessed Through

System

object.

Default Property

None.

Methods

None.

Properties

AppDeviceCount

ClassId

ExclusiveSelectorPoolSize

ExclusiveSelectorsAvailable

GroupIdsAllocated

Parent

RouterCount

SharableSelectorPoolSize

SubnetsAllocated

Methods

The

NetworkResources object does not

contain any methods

.

Advertising