|
pure virtual |
Sends a datagram to the specified endpoint on an un-connected socket.
| pBuffer | A pointer to a buffer containing the datagram to send |
| cBuffer | [ in ] The size in bytes of the datagram to send |
| pcBytesSent | The address of a P6UINT32 in which will be placed the number of bytes sent. |
| timeout | [ in ] The time in milliseconds to wait for the data to be sent. |
| pRemoteAddr | A pointer to a P6NETADDR specifying the address of the remote endpoint to send the datagram to |