typedef void (*sr_callback)

(void* v, int code, char* message,
  void* clientData)

Prototype for the application callback

Documentation

Prototype for the application callback

Parameters:
v - A profile-provided pointer to be used for future calls to sr_log or sr_fin. If NULL, then the channel has closed, and the session may be released.
code - A numeric result code. Consult Section 8 of RFC 3080 for an (incomplete) list.
- diagnostic A textual message corresopnding to the code parameter.
clientData - The user-supplied pointer provided to either sr_initiator or sr_listener.

Home Alphabetic index



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