Routercount, Sharableselectorpoolsize – Echelon OpenLNS User Manual
Page 592
OpenLNS Programmer's Reference
555
object
Any object for which the parent is
desired.
Data Type
Object.
Read/Write
Read only.
Added to API
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
RouterCount
Summary
Indicates the number of Router objects that have been
installed on the system. This includes all routers that are
installed in the OpenLNS database, and managed by
OpenLNS. This does not include Routers contained in the
Discovered.Uninstalled subsystem.
Availability
Local, full, and lightweight clients.
Syntax
count = networkResources.
Element
Description
count
The number of routers installed on
the System. The valid range for this
property is
1–16,192
.
networkResources The NetworkResources object being
acted upon.
Data Type
Long.
Read/Write
Read only.
Added to API
LNS Release 3.20.
SharableSelectorPoolSize
Summary
Indicates the total number of selectors in the system that can
be used by more than one non-intersecting connection.
Typically, this property will be set to 1,024
.
A network variable selector is a 14-bit number used to
identify connected network variables. Each connection in the
system is assigned a selector value, and all network variables
in a given connection must use the same selector.
Intersecting connections must also use the same network
variable selector. OpenLNS can also share network variable
selectors among unicast connections if those connections are
between disjoint devices.
Network
variable selectors that are
shared between unrelated connections come from the pool of
sharable selectors available on the system.
Availability
Local, full, and lightweight clients.
Syntax
count = networkResources.SharableSelectorPoolSize
Element
Description