Owner manual
OpenLNS Programmer's Reference 454
AppDevice
Summary
Identifies the AppDevice object containing this message tag.
Availability
Local, full, and lightweight clients.
Syntax
appDevObject = object.AppDevice
Element
Description
appDevObject
The AppDevice object to be returned.
object
The MessageTag object to be acted on.
Data Type
AppDevice object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
AppDeviceName
Summary
Returns the name of an application device that contains the
message tag.
Availability
Local, full, and lightweight clients.
Syntax
nvMtName = nvMtObject.AppDeviceName
Element
Description
nvMtObject
The MessageTag object to be acted
upon.
nvMtName
The name of the message tag.
Data Type
String
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ClassId
Summary
Identifies the object class of this object.
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.
Syntax
classIdValue = object.ClassId
Element
Description
classIdValue
The object class of the object. The
following value is defined for the
MessageTag object in the ConstClassIds
constant:
22 lcaClassIdMessageTag
object
The object to be acted on.
Data Type
Integer.