Owner manual

OpenLNS Programmer's Reference 428
Availability
Local, full, and lightweight clients.
Syntax
indexValue = lmObject.Index
Element
Description
lmObject
The LonMarkObject to be acted on.
indexValue
The device index number of the
LonMarkObject.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
IsDynamic
Summary
Indicates whether the LonMarkObject is dynamic. A
LonMark object is considered to be dynamic if it was
manually added to the interface it belongs to, rather than
being part of the static interface defined by a device
template.
Availability
Local, full, and lightweight clients.
Syntax
isDynamicFlag = object.IsDynamic
Element
Description
isDynamicFlag
A True of False value indicating
whether the object is dynamic.
TRUE. The LonMarkObject object is
dynamic.
FALSE. The LonMarkObject object is
static.
object
The MessageTag object to be acted on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
LNS Release 3.0.
LonMarkAlarm
Summary
Contains the current alarm condition for the LonMarkObject.
Availability
Local, full, and lightweight clients.
Syntax
lmAlarm = lmObject.LonMarkAlarm
Element
Description
lmAlarm
The LonMarkAlarm object to be
returned.
lmObject
The LonMarkObject to be acted upon.
Data Type
LonMarkAlarm object.