Configproperties, Connectdesctemplate, Description – Echelon OpenLNS User Manual
Page 625
OpenLNS Programmer's Reference
588
ConfigProperties
Summary
.
Availability
Local, full, and lightweight clients.
Syntax
configPropsCollection =
NetworkVariable
.
ConfigProperties
Element
Description
configPropsCollection The returned
collection.
object to be
acted on
Data Type
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ConnectDescTemplate
Summary
object associated with the
object. This template contains
parameters used when creating connections
.
Setting the ConnectDescTemplate property with a modified
ConnectDescTemplate object will cause the attributes of a
connection to be updated, if the network variable the
property belongs to is the hub for that connection.
If the network variable is not yet added to a connection, it is
assumed that you will call the Connect method to create the
connection immediately after setting this property. If you do
not, reading the ConnectDescTemplate property will return
the old (default) ConnectDescTemplate object.
To modify the attributes of an existing connection
description, modify its ConnectDescTemplate properties as if
it were a new object. Setting the ConnectDescTemplate
property with a modified ConnectDescTemplate object will
cause the attributes of a connection to be updated, if the
network variable the ConnectDescTemplate object belongs to
is the hub for that connection.
Availability
Local, full, and lightweight clients.
Syntax
cdTemplateObject = object.
Element
Description
cdTemplateObject
object
object.
Data Type
Read/Write
Read only.