Owner manual
OpenLNS Programmer's Reference 107
Data Type
Long.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
OutputBufferCount
Summary
Contains the value of the output buffer count used for router
configuration.
Changes made to this property are temporary. To save the
new value and send it to the Router on the network, set the
BufferConfiguration property of the original RouterSide
object to point to the modified BufferConfiguration object.
The valid count values are discrete. If a specified value is
invalid, the buffer count property will be rounded up to the
next allowed value. Also, the combination of all output,
output, and priority buffers and counts must not exceed the
available memory. See the L
ONWORKS Router User's Guide
for more information.
Availability
Local, full, and lightweight clients.
Syntax
bufCount = bcObject.OutputBufferCount
Element
Description
bufCount
The output buffer count.
bcObject
The BufferConfiguration object to be
acted on.
Data Type
Long.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
OutputBufferSize
Summary
Contains the value of the output buffer size used for router
configuration.
Changes made to this property are temporary. To save the
new value and send it to the Router on the network, set the
BufferConfiguration property of the original RouterSide
object to point to the modified BufferConfiguration object.
The valid size values are discrete. If a specified value is
invalid, the buffer size property will be rounded up to the
next allowed value. Also, the combination of all output,
output, and priority buffers and counts must not exceed the
available memory. See the L
ONWORKS Router User's Guide
for more information.
Availability
Local, full, and lightweight clients.
Syntax
bufSize = bcObject.OutputBufferCount