Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::network::udp::doUDPRead Function
C++
IMPORT_METHOD int doUDPRead(PCLIENT pc, POINTER lpBuffer, int nBytes);
#define ReadUDP doUDPRead
Parameters 
Description 
PCLIENT pc 
network connection to read from. 
POINTER lpBuffer 
buffer which the next data available on the network connection will be read into. 
int nBytes 
size of the buffer. 

Queue a read to a UDP socket. A read cannot complete if it does not have a buffer to read into. A UDP socket will stall if the read callback returns without queuing a read.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!