.rplfree R/O Property

Function:

For the selected socket (selection is made through sock.num), returns the free space (in bytes) available in the RPL buffer

Type:

Word | dword

Value Range:

Platform-dependent, default = 0

See Also:

sock.cmdlen, sock.rpllen, sock.inbandcommands


Details

The RPL buffer keeps outgoing inband replies (messages). Your application adds inband replies to the RPL buffer with the sock.setsendinband method. Several inband replies may be waiting in the RPL buffer.


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.


.rplfree R/O Property

Details