Networkinterfaces, Networks – Echelon OpenLNS User Manual

Page 721

Advertising
background image

OpenLNS Programmer's Reference

684

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.

NetworkInterfaces

Summary

Returns the

NetworkInterfaces

collection object representing

all of the network interfaces in the system registered on the

Object Server's computer.

Availability

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

some objects that contain this property are not available to

Independent clients.

Syntax

niCollection = objectServerObject.

NetworkInterfaces

Element

Description

niCollection

The returned

NetworkInterfaces

collection object.

objectServerObject

The

ObjectServer

object to be acted

upon.

Data Type

NetworkInterfaces

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Networks

Summary

A collection of all the local networks.

Availability

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

some objects that contain this property are not available to

Independent clients.

Syntax

networksCollection = objectServerObject.

Networks

Element

Description

networksCollection

The returned

Networks

collection.

objectServerObject

The

ObjectServer

object to be acted

on.

Advertising