This function allows user messages to be sent on BCC3 default channels.
Syntax |
i32 bcc_send (i32 idCh, bcc_msguser stru) |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
idCh |
Channel index (190÷199) |
||||||||||
stru |
Locally declared bcc_msguser structure from which the message to be sent will be read |
||||||||||
Result |
Returns:
|
||||||||||
Validity |
Rule, Task |
||||||||||
Notes |
For the message to be transmitted, the header data must have been entered correctly. This can be done with the ser_bcc_h_init() instruction |
Example usage:
|