Nvhubs, Parent – Echelon OpenLNS User Manual
Page 121
OpenLNS Programmer's Reference
84
Syntax
handleValue = nsdObject.NsiHandle
Element
Description
handleValue
The NSI’s handle.
nsdObject
to be
acted on
Data Type
Long.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
NVHubs
Summary
The network variables in the connections of this application
device that represent the hubs of those connections (note that
the hubs are not necessarily on this application device).
When a new hub is added, it will not neccessarily be added to
the end of the list of hubs; therefore a cached copy of the
complete hub list should be updated when a new hub is
added or deleted.
Availability
Local, full, and lightweight clients.
Syntax
nvColl = adObject.NVHubs
Element
Description
adObject
object to be acted
on.
nvColl
to be returned.
Data Type
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. The
parent object is determined by the means in which a child
object is accessed, not by the OpenLNS Object hierarchy. For
object's parent can be a
object or a
collection object
Availability
Local, full, lightweight, and independent clients. Note that
not all objects that contain this property are available to
Independent clients.
Syntax
parentObject = object.Parent
Element
Description
parentObject
The object that is the parent of the
specified object.