Configproperties, Connectdesctemplate, Description – Echelon OpenLNS User Manual

Page 625

Advertising
background image

OpenLNS Programmer's Reference

588

ConfigProperties

Summary

Contains the

ConfigProperties

collection object associated

with the specified

NetworkVariable

object

.

Availability

Local, full, and lightweight clients.

Syntax

configPropsCollection =

NetworkVariable

.

ConfigProperties

Element

Description

configPropsCollection The returned

ConfigProperties

collection.

NetworkVariable

The

NetworkVariable

object to be

acted on

Data Type

ConfigProperties

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

ConnectDescTemplate

Summary

Contains the

ConnectDescTemplate

object associated with the

specified

NetworkVariable

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.

ConnectDescTemplate

Element

Description

cdTemplateObject

The

ConnectDescTemplate

object.

object

The

NetworkVariable

object.

Data Type

ConnectDescTemplate

object.

Read/Write

Read only.

Advertising