IMPORT_METHOD LOGICAL SendUDPEx(PCLIENT pc, CPOINTER pBuf, size_t nSize, SOCKADDR * sa);
Parameters |
Description |
PCLIENT pc |
pointer to a network connection to send on. |
CPOINTER pBuf |
buffer to send |
size_t nSize |
size of the buffer to send |
SOCKADDR * sa |
pointer to a SOCKADDR which this message is destined to. Can be NULL, if GuaranteeAddr, or ConnectUDP is used. |
The number of bytes in the buffer sent? Probably a TRUE if success else failure?
Sends to a UDP Network connection.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|