Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IUdpSocket::recv ( P6UINT8 pBuffer,
P6UINT32  cBuffer,
P6UINT32 pcBytesRead,
P6INTERVAL  timeout 
)
pure virtual

Receives data from the specified socket which has been previously "connected" using the connect method.

Parameters
pBufferA pointer to a buffer containing the data to be sent.
cBufferThe number of byte in the buffer to send
pcBytesReadThe address of an P6UINT32 in which to place the number of bytes actually sent.
timeoutThe timeout in milliseconds to wait for the data to be sent.
Returns