Name, Nvhubs – Echelon OpenLNS User Manual
Page 216
OpenLNS Programmer's Reference
179
the list of hubs; therefore, you should update the cached copy
of the complete hub list when you add or delete a hub.
Availability
Local, full, and lightweight clients.
Syntax
mtCollection = cdtObject.MTHubs
Element
Description
mtCollection
cdtObject
object.
Data Type
Read/Write
Read only.
Added to API
LNS Release 3.0.
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.
NVHubs
Summary
Returns a collection of Network Variables that have
connections that use this Connection Description Template.
When a new hub is added, it may not be added to the end of
the list of hubs; therefore, you should update the cached copy
of the complete hub list when you add or delete a hub.
Availability
Local, full, lightweight, and independent clients. Note that
some objects that contain this property are not available to
Independent clients.