Previous | Up | Next |
Send a Udp message, specifying the sending udp channel, internet address of the udp server, and the message to send. A udp channel is created through the _setUDP function.Parameters
I _sendUDPchn ( Chn _udp_channel_ S _udp_address_ Comm _message_ )
Return value
_udp_channel_ the message will be sent through this channel. _udp_address_ defines the udp address where to send the message. It must be 'ip_address:port', such as '1.2.3.4:1234' _message_ message to send
always 0