350
Platforms
©2000-2008 Tibbo Technology Inc.
.Rplfree R/O Property
Function:
For the selected socket (selection is made through
) returns the free space (in bytes) available in the
RPL buffer
Type:
Word
Value Range:
0-65535, default= 0 (0 bytes)
See Also:
,
Details
The RPL buffer is the buffer that keeps outgoing inband replies (messages). Your
application adds inband replies to the RPL buffer with the
method. Several inband replies may be waiting in the RPL buffer.
.Rpllen R/O Property
Function:
For the selected socket (selection is made through
) returns the length of data (in bytes) waiting to
be send out from the RPL buffer.
Type:
Word
Value Range:
See Also:
,
Details
Your application adds inband replies to the RPL buffer with the
method. Several inband replies may be waiting in the RPL buffer.
.Rxbuffrq Method
Function:
For the selected socket (selection is made through sock.
num) pre-requests "numpages" number of buffer pages
(1 page= 256 bytes) for the RX buffer of the socket.
Syntax:
sock.rxbuffrq(numpages as byte) as byte
Returns:
Actual number of pages that can be allocated (Byte).
See Also:
340
329
350
337
354
340
329
350
337
354
362