Sack Library Documentation
|
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.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|