Class – Echelon OpenLNS User Manual

Page 982

Advertising
background image

OpenLNS Programmer's Reference

945

Reason

Status

ToIndex

ToOwnerIndex

Class

Summary

Indicates the type of external interface component described

by this

UpgradeInfo

object.

You can use this property in conjunction with the

ToIndex

or

FromIndex

properties to determine the component in the new

and old external interfaces that the

UpgradeInfo

object

represents.

Availability

Local, full, and lightweight clients.

Syntax

classValue = uiObject.

Class

Element

Description

classValue

An enumeration indicating the type of

external interface component represented

by the UpgradeInfo object.

The possible values for this property,

which are contained in the

ConstUpgrade

Class

constant, are as follows:

1 lcaUgClsLmObj
A LonMarkObject.
2 lcaUgClsNetVar
A NetworkVariable.
3 lcaUgClsMsgTag
A static MessageTag.
4 lcaUgClsConfigProp
A ConfigProperty which is not associated

with a network variable or LonMark

object.
5 lcaUgClsLmObjConfigProp
A configuration property that is associated

with a LonMark object.
6 lcaUgClsNetVarConfigProp
A configuration property that is associated

with a network variable.
7 lcaUgClsMonSet
A MonitorSet.
8 lcaUgClsMonPoint
A MsgMonitorPoint or NvMonitorPoint.

Advertising