Classid, Commandid – Echelon OpenLNS User Manual
Page 166
OpenLNS Programmer's Reference
129
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
ConstClassIds
constant:
30 lcaClassIdComponentApp
object
The object to be acted on.
Data Type
Integer.
Read/Write
Read only.
Added to API
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
Comments
This property allows the object type to be determined when it
is unknown (for example, when the object was accessed using
the Parent property of another object).
CommandID
Summary
Contains a command to be sent to the plug-in by the director
application
.
Availability
Local, full, lightweight, and independent clients.
Syntax
commIdValue = caObject.CommandId
Element
Description
caObject
on.
commIdValue
The command ID for the specified
command as a Long. This may be a
standard command or a user-defined
command.
Standard commands are included in
the
ConstCommandId
constant.
User-defined commands are
application specific. Each plug-in
registers its commands in the
The values for standard commands are
as follows: