Owner manual

OpenLNS Programmer's Reference 732
Disabled
Summary
Indicates whether the LonMarkObject is currently disabled,
or whether the LonMarkObject can be disabled.
This description of this property depends on whether it was
accessed through the Status or ReportMask properties of a
LonMarkObject.
Status property. Indicates whether the LonMarkObject is
currently disabled. If this property is True, then the
LonMarkObject is currently disabled.
ReportMask property. Indicates whether the
LonMarkObject can be disabled. If this property is True,
then the LonMarkObject can be disabled.
If the LonMarkObject can be disabled, you can do so by
writing the lcaLonMarkObjectRequestDisabled (1)
value to the Request property of the LonMarkObject.
Availability
Local, full, and lightweight clients.
Syntax
disableFlag = statusObject.Disabled
Element
Description
disableFlag
A Boolean value indicating whether
whether the LonMarkObject is
currently disabled, or whether the
LonMarkObject can be disabled.
Status Property
TRUE. The LonMarkObject is
disabled.
FALSE. The LonMarkObject is not
disabled.
ReportMask Property
TRUE. The LonMarkObject can be
disabled.
FALSE. The LonMarkObject can not
be disabled.
statusObject
The ObjectStatus object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.