Authentication, Classid – Echelon OpenLNS User Manual
Page 667
OpenLNS Programmer's Reference
630
•
•
•
•
•
•
•
Authentication
Summary
Determines whether the authenticated service will be used
when sending a network variable monitor point updates
.
See the Monitor and Control chapter in the OpenLNS
Programmer’s Guide for more
information on network
variable
monitor points.
Availability
Local, full, lightweight, and independent clients. Note that
objects and temporary monitor points
are not available on Independent clients.
Syntax
authValue = monOptsObject.Authentication
Element
Description
authValue
Boolean value.
monOptsObject
acted on.
Data Type
Long.
Read/Write
Read/write.
Added to API
LNS Release 3.0.
ClassId
Summary
Identifies the object class of this object.
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).
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:
79 lcaClassIdNvMonitorOptions
object
The object to be acted on.