OnReadOpts

sealed external interface OnReadOpts(source)

Properties

Link copied to clipboard
abstract var buffer: Any

Functions

Link copied to clipboard
abstract fun callback(bytesWritten: Number, buf: Uint8Array): Boolean

This function is called for every chunk of incoming data. Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. Return false from this function to implicitly pause() the socket.