Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::network::udp::ConnectUDPAddrEx Function
C++
IMPORT_METHOD PCLIENT ConnectUDPAddrEx(SOCKADDR * sa, SOCKADDR * saTo, cReadCompleteEx pReadComplete, cCloseCallback Close DBG_PASS);
Parameters 
Description 
SOCKADDR * sa 
address to listen for UDP messages at. 
SOCKADDR * saTo 
address to send UDP messages to, if the sa parameter of send is NULL. 
cReadCompleteEx pReadComplete 
user callback which will be invoked when reads complete on the network connection. 
Close 
user callback which will be invoked when the listening socket closes. 

NULL if no sockets are available, or the bind fails. (consult log?) 

returns a network connection which is listening on the specified address. The read complete will be called. if it is specified, before this function returns.

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!