(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:
- BLU_FRAME_TYPE_MSG
- BLU_FRAME_TYPE_RPY
- BLU_FRAME_TYPE_ANS
- BLU_FRAME_TYPE_NUL
- BLU_FRAME_TYPE_ERR
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:
- BLU_FRAME_COMPLETE
- BLU_FRAME_PARTIAL
buffer - A pointer to the buffer.
Home Alphabetic index
This page was generated with the help of DOC++.