Please enable JavaScript to view this site.

This function allows you to send a reply to a received message.

Syntax

i32 bcc_reply_msg (bcc_msguser struRx, bcc_msguser struTx, i32 code=0, i32 len=-1)

struRx

Bcc_msguser structure of bcc management of the message to be responded to

struTx

Bcc_msguser structure of bcc management with the response information

code

If equal to 0, the message code (field msg of structure bcc_msguser) to be used in the response will be that of structure struTx, otherwise code will be used. (default 0)

len

If equal to -1, the length of the message (field lendata of the bcc_msguser structure) to be used in the response will be that of the struTx structure, otherwise len will be used. (default -1)

Result

Returns:

Value

Description

> 0

Message received

0

No message received

-1, -2, -3

Illegal parameters

-4, -5

Illegal function (no device configured BCC3)

Validity

Rule, Task

Note


 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC