Name, Networkresources – Echelon OpenLNS User Manual

Page 935

Advertising
background image

OpenLNS Programmer's Reference

898

Name

Summary

Specifies the name of an object as a character string. This

property is case sensitive. Searches by name must match

case.
This property can be a maximum of 85 characters long, but it

may not contain the forward slash (/), back slash (\), period

(.), and colon (:) characters.

Availability

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

some objects that contain this property are not available to

Independent clients.

Syntax

stringValue = object.Name

Element

Description

stringValue

The name of the object.

object

The object to be acted on.

Data Type

String.

Read/Write

Read/write.

Added to API

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.

NetworkResources

Summary

Provides access to important network resource information

for the system, including the number of exclusive and

sharable selectors available on the sytem, the number of

subnets and group IDs allocated on the system, and the

number of

AppDevices

and

Routers

that have been installed

on the system.

The System

must be open when you read this property. If it is

not open, the LCA#67 lcaErrSystemNotOpen exception

will be thrown.
This property returns a NetworkResources object, which

contains a group of read-only properties that contain

information you may find useful when determining the

network resources that are available on your LONWORKS

system. For more information, see the NetworkResources

object.

Availability

Local, full, and lightweight clients.

Syntax

modeType = systemObject.

MgmtMode

Element

Description

resourcesObject

The

NetworkResources

object returned

by the property.

systemObject

The System object to be acted on

Advertising