readBuffersAvailableByteCount
The size of the read buffers memory (in bytes) exposed by the Virtio queue element that’s currently available for reading.
Declaration
var readBuffersAvailableByteCount: Int { get }Discussion
This value is initially equal to readBuffersByteCount. This value decreases as you read memory from the read buffers.