Owner manual
OpenLNS Programmer's Reference 397
You can determine if a
LonMarkObject is static or
dynamic by reading its
IsDynamic property.
FALSE. The static LonMarkObject
objects (functional blocks)
on the device containing
this interface do not
support the dynamic
addition of network
variables.
Note: The only interface
on a device that contains
static LonMarkObjects is
the device’s main interface
(the Interface object is
accessed through the
device’s Interface property).
Interface
The Interface object to be acted
upon.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Version
Summary
Returns the version of the Interface object that is being used.
The value assigned to an Interface object's Version property is
incremented each time you modify the interface by changing
a network variable's type, or by adding or removing a
dynamic network variable from the interface.
All Interface objects on a device share the same version
number. And so when any Interface on a device is modified in
this fashion, its version number will be incremented, as will
the version number of all the other Interface objects on the
device.
Availability
Local, full, and lightweight clients.
Syntax
version = intfObject.Version
Element
Description
version
The returned version number string.
intfObject
The Interface object to be acted on.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.