int sctp_registerStdinCallback(sctp_stdinCallback sdf)

this function is supposed to register a callback function for catching input from the Unix STDIN file descriptor.

Documentation

this function is supposed to register a callback function for catching input from the Unix STDIN file descriptor. We expect this to be useful in test programs mainly, so it is provided here for convenience.
Parameters:
scf - callback funtion that is called (when return is hit)
Returns:
0, or -1 if error ocurred

Alphabetic index HTML hierarchy of classes or Java



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