Send raw data to a remote peer.
Make sure that the size is not greater than UdpSocket.MaxDatagramSize, otherwise this function will fail and no data will be sent.
Pointer to the sequence of bytes to send.
Address of the receiver.
Port of the receiver to send the data to.
Status code.
See Implementation
Send raw data to a remote peer.
Make sure that the size is not greater than UdpSocket.MaxDatagramSize, otherwise this function will fail and no data will be sent.