Owner manual
OpenLNS Programmer's Reference 804
The maximum buffer size for a router side is determined
when the router's external interface file is imported. No
changes may be made to a RouterSide object's
BufferConfiguration property, which would cause the total
memory usage value to be exceeded.
If the router was defined without specifying an external
interface, OpenLNS will not be able to determine much
memory the router has, and will not allow any changes to the
BufferConfiguration property.
To change the maximum buffer size, you can specify a
different external interface file that allows for greater
memory for a router. For more information on this procedure,
see the BufferConfiguration object.
Availability
Local, full, and lightweight clients.
Syntax
bcObject = rsObject.BufferConfiguration
Element
Description
bcObject
The BufferConfiguration object
retrieved from the object.
rsObject
The RouterSide object to be acted on.
Data Type
BufferConfiguration Object.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
Channel
Summary
Contains the Channel object associated with the specified
RouterSide object. The channel assigned to a RouterSide
object is determined when you add the router to the Routers
collection.
Availability
Local, full, and lightweight clients.
Syntax
channelObject = object.Channel
Element
Description
channelObjec
t
The Channel object.
object
The RouterSide object.
Data Type
Channel object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.