Networkvariables, Parent – Echelon OpenLNS User Manual

Page 234

Advertising
background image

OpenLNS Programmer's Reference

197

Data Type

MessageTags

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

NetworkVariables

Summary

Represents all of the network variable connections in the

system with a

NetworkVariables

collection object that

contains the hub network variables for all connections.

Availability

Local, full, and lightweight clients.

Syntax

nvCollection = object.NetworkVariables

Element

Description

nvCollection

The returned

NetworkVariables

collection.

object

The

Connections

object to be acted on

Data Type

NetworkVariables

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Parent

Summary

Returns the object that spawned the current child object.

Availability

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

some collection objects are not available to Independent

clients.

Syntax

parentObject = object.Parent

Element

Description

parentObject

The object that is the parent of the

specified object.

object

Any object for which the parent is

desired.

Data Type

Object.

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

added to the API.

Comments

The parent object is determined by the means in which a

child object is accessed, not by the OpenLNS Object

hierarchy.

Advertising