extern int bp_push_rwfilter

(struct BP_CONNECTION* conn,
  FILTERIO reader, void* readhandle,
  FILTERIO writer, void* writehandle,
  IODESTROY rdestroy,
  IODESTROY wdestroy)

Adds a read/write function to the I/O filter stack for the connection.

Documentation

Adds a read/write function to the I/O filter stack for the connection.

Multiple simultaneous tuning profiles are supported, as each operates as a filter or pump in the pipleline from the raw descriptor to what is actually passed into the BEEP core.

Parameters:
conn - A pointer to the connection structure.
reader - Function pointer for the read filter.
readhandle - User-supplied pointer for the read filter.
writer - Function pointer for the write filter.
writehandle - User-supplied pointer for the write filter.
rdestroy - Function pointer for releasing any reader-specific resources.
wdestroy - Function pointer for releasing any writer-specific resources.
Returns:
BLW_OK or BLW_ERROR.

Home Alphabetic index



This page was generated with the help of DOC++.