Owner manual
OpenLNS Programmer's Reference 786
Data Type
String.
Read/Write
Read/write.
Added to API
This depends on the object used to access the property.
Generally, this property exists for the objects listed above as
soon as they are added to the API. See the applicable object
to determine what release it was introduced in.
Extensions
Summary
Contains the Extensions collection object associated with the
specified Router.
This property returns an Extensions collection. The objects
in this collection represent user data reserved for
manufacturers. Each object is identified with a unique
identifier set by the manufacturer
Availability
Local, full, lightweight, and independent clients.
Syntax
extensionsColl = object.Extensions
Element
Description
extensionsColl
The Extensions collection object.
object
The object whose Extensions
collection is being returned.
Data Type
Extensions collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
FarSide
Summary
Returns the far side RouterSide object for the Router device,
relative to the system’s NetworkServiceDevice that is used by the
OpenLNS Server computer. The NetworkServiceDevice can be
accessed through the NetworkServiceDevice property of the
System object.
Note: The FarSide and NearSide properties are adjusted by
OpenLNS automatically whenever the system’s
NetworkServiceDevice is moved. For more information on moving
Network Service Devices, see the Network Management:
Advanced Topics chapter in the OpenLNS Programmer’s Guide.
Availability
Local, full, and lightweight clients.
Syntax
routerSideObj = routerObj.NearSide
Element
Description
routerSideObj
The router's near side.
routerObject
The Router object to be acted upon.
Data Type
RouterSide object.