Class – Echelon OpenLNS User Manual
Page 982

OpenLNS Programmer's Reference
945
•
•
Status
•
•
Class
Summary
Indicates the type of external interface component described
object.
You can use this property in conjunction with the
or
properties to determine the component in the new
and old external interfaces that the
object
represents.
Availability
Local, full, and lightweight clients.
Syntax
classValue = uiObject.
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.