Owner manual

OpenLNS Programmer's Reference 747
failure.
Availability
Local, full, and lightweight clients.
Syntax
progFailFlag= statusObject.ProgrammingFail
Element
Description
progFailFlag
A Boolean value indicating whether a
programming failure on the
LonMarkObject has occurred, or
whether the LonMarkObject can
report a programmings failure.
Status Property
TRUE. A programming failure on
the LonMarkObject has
occurred.
FALSE. A programming failure has
not occurred.
ReportMaskProperty
TRUE. The LonMarkObject can
report a programmings
failure.
FALSE. The LonMarkObject can not
report a programmings
failure.
statusObject
The ObjectStatus object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ProgrammingMode
Summary
Indicates whether the LonMarkObject is currently in
programming mode, or whether the LonMarkObject can be
placed in programming mode.
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
programming mode. If this property is True, then the
LonMarkObject is programming mode.
ReportMask property. Indicates whether the
LonMarkObject can be overridden. If this property is
True, then the LonMarkObject can be overridden.
Availability
Local, full, and lightweight clients.