extern void bpc_start_response

(struct CHANNEL_INSTANCE* inst,
  struct profile* po,
  struct diagnostic* diag)

Invoked by the pro_start_indication callback to indicate the disposition of a request to start a channel.

Documentation

Invoked by the pro_start_indication callback to indicate the disposition of a request to start a channel.

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

Parameters:
inst - A pointer to the channel-instance structure.
po - A pointer to the profile structure, which is identical in every way to the profile parameter provided to the pro_start_indication callback, with the exception that the piggyback and piggyback_length fields may be different.
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_start_indication

Home Alphabetic index



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