MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SendTo

Method SendTo

UTCP/src/ut_clnt.cpp:1119–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117#ifdef CUT_UDP_SOCKET
1118#if defined _UNICODE
1119int CUT_WSClient::SendTo(LPCWSTR data,int &dataLen){
1120 return SendTo(AC(data), dataLen);}
1121#endif
1122int CUT_WSClient::SendTo(LPCSTR data,int &dataLen){
1123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected