Inputbuffercount, Inputbuffersize – Echelon OpenLNS User Manual
Page 143
OpenLNS Programmer's Reference
106
InputBufferCount
Summary
Contains the value of the input buffer count used for router
configuration.
Changes made to this property are temporary. To save the
on the network, set the
object to
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 input,
output, and priority buffers and counts must not exceed the
available memory. See the L
ON
W
ORKS
Router User's Guide
for more information.
Availability
Local, full, and lightweight clients.
Syntax
bufCount = bcObject.InputBufferCount
Element
Description
bufCount
The input buffer count.
bcObject
object to be
acted on.
Data Type
Long.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
InputBufferSize
Summary
Contains the value of the input 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
property of the original
object to point to the modified
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 input,
output, and priority buffers and counts must not exceed the
available memory. See the L
ON
W
ORKS
Router User's Guide
for more information.
Availability
Local, full, and lightweight clients.
Syntax
bufSize = bcObject.InputBufferCount
Element
Description
bufSize
The input buffer size.
bcObject
object to be
acted on.