All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

async-io-state-buffered-data-length

Function
Summary

Returns the length of the buffered data in an async-io-state.

Package

comm

Signature

async-io-state-buffered-data-length async-io-state => length

Arguments

async-io-state

An async-io-state.

Values

length

A non-negative integer.

Description

The function async-io-state-buffered-data-length returns the length of the buffered data in async-io-state.

See also

async-io-state-get-buffered-data
The Async-I/O-State API


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex