extern void bpc_send

(struct CHANNEL_INSTANCE* inst,
  char message_type, long message_number,
  long answer_number, char more,
  char* buffer, long length)

Sends a buffer allocated by bpc_buffer_allocate, bpc_error_allocate, or bpc_frame_aggregate.

Documentation

Sends a buffer allocated by bpc_buffer_allocate, bpc_error_allocate, or bpc_frame_aggregate.

Parameters:
inst - A pointer to the channel-instance structure.
message_type - Indicates the message type, one of:
message_number - Indicates the message number; if message_type is BLU_FRAME_TYPE_MSG, then BLU_FRAME_MSGNO_UNUSED may be used instead.
answer_number - Indicates the answer number; if message_type isn't BLU_FRAME_TYPE_ANS, then use BLU_FRAME_IGNORE_ANSNO.
more - Indicates if a complete message is being sent, one of:
buffer - A pointer to the buffer.

Home Alphabetic index



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