Owner manual
OpenLNS Programmer's Reference 435
Syntax
statusObject = lmObject.ReportMask
Element
Description
statusObject
The ObjectStatus object returned.
lmObject
The LonMarkObject object to be acted
on.
Data Type
ObjectStatus object.
Read/Write
Read-only.
Added to API
Prior to LNS Release 3.0.
Request
Summary
Requests a change to the functionality of a LonMarkObject,
or requests an update of the information contained in the
LonMarkObject.
Availability
Local, full, and lightweight clients.
Syntax
lmoObject.Request requestValue
Element
Description
lmoObject
The LonMarkObject to be acted on.
requestValue
A Long value identifying the request being
made. This element identifies the action
that is to be made to the LonMarkObject.
The values for this element, which are
contained in the
ConstLonMarkObjectRequest constant, are
as follows:
0 lcaLonMarkObjectRequestNormal
Returns the LonMarkObject to normal
status after you have disabled or overridden
it by writing the
lcaLonMarkObjectRequestDisable (1)
or lcaLonMarkObjectRequestOverride
(6) values to this property.
1 lcaLonMarkObjectRequestDisabled
Disables the LonMarkObject. You can
return the LonMarkObject to normal
condition by writing the
lcaLonMarkObjectRequestNormal
2
lcaLonMarkObjectRequestUpdateStatus
Requests the status of the LonMarkObject.
In this case, the Status property of the
object will be updated to reflect its current
state.