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:
|
||||||||||
Validity |
Rule, Task |
||||||||||
Note |