.buffsize R/O Property

Function:

Returns the current capacity (in bytes) of the ppp. object's buffer.

Type:

Word | dword

Value Range:

platform-dependent (default = 0)

See Also:

wln.buffrq


Details

Buffer capacity can be changed through the ppp.buffrq method followed by the sys.buffalloc method invocation.

The ppp. object will be unable to operate properly if its buffer has inadequate capacity. The recommended buffer size is 5 pages.


Older devices had smaller RAM sizes, so the value returned by this property was of the word type. On newer devices with larger RAM capacities, this property has the dword type. Inspect the property's declaration on the platform you are using to make sure you know its type.


.buffsize R/O Property

Details