Authenticationflag, Classid – Echelon OpenLNS User Manual
Page 355
OpenLNS Programmer's Reference
318
•
•
•
•
•
•
•
•
•
•
AuthenticationFlag
Summary
Specifies whether authenticated messages are used for the
file transfer
.
Availability
Local, full, and lightweight clients.
Syntax
authFlag = fileTransObject.AuthenticationFlag
Element
Description
authFlag
A Boolean value.
TRUE. Authenticated messages are
used to perform the file
transfer
.
To perfrom an authenticated
file transfer, all participating
devices must have
authentication enabled
FALSE. Authenticated messages are
not used to perform the file
transfer
. This is the default.
fileTransOject
Data Type
Boolean.
Read/Write
Read/write.
Added to API
Prior to 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