Function setReadHandler

  • Add a read handler to the file handle fd. func is called each time there is data pending for fd. A single read handler per file handle is supported. Use func = null to remove the handler.

    Parameters

    Returns void

Generated using TypeDoc