Owner manual

OpenLNS Programmer's Reference 485
Independent clients.
Syntax
classIdValue = object.ClassId
Element
Description
classIdValue
The object class of the object. The
following value is defined for the
MsgMonitorOptions object in the
ConstClassIds constant:
76 lcaClassIdMsgMonitorOptions
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.
FilterByCode
Summary
Indicates whether the FilterCode property will be used to
filter message tag values.
Availability
Local, full, lightweight, and independent clients. Note that
temporary MonitorSet objects and temporary monitor points
are not available on Independent clients.
Syntax
filterByCode =msgMonOpts.FilterByCode
Element
Description
filterByCode
TRUE. Message tag values are filtered
by the FilterCode property
before being passed to the
client.
FALSE. The FilterCode property is
ignored.
msgMonOpts
The MsgMonitorOptions object.
Data Type
Long.
Read/Write
Read/write.
Added to API
LNS Release 3.0.