extern void bpc_close_response

(struct CHANNEL_INSTANCE* inst,
  struct diagnostic* diag)

Invoked by the pro_close_indication callback to indicate the disposition of a request to close a channel.

Documentation

Invoked by the pro_close_indication callback to indicate the disposition of a request to close a channel.

To accept, the diag parameter should be NULL; otherwise, this parameter should explain why the request was declined.

If the request is accepted, the profile should wait for the pro_close_confirmation callback to be made to indicate the final disposition of the request. Until that time, the profile should stop sending MSGs, but should continue processing any traffic it receives.

Parameters:
inst - A pointer to the channel-instance structure.
diag - If declining, a pointer to a diagnostic structure explaining the reason (which should subsequently be destroyed by calling bp_diagnostic_destroy).
See Also:
pro_close_indication

Home Alphabetic index



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