IMPORT_METHOD int doUDPRead(PCLIENT pc, POINTER lpBuffer, int nBytes); #define ReadUDP doUDPRead
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.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|