![]() |
Send() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: TCPSocket.h |
BOOL Send( char* buf, int bufLen);
Send data over the sockets
try { //Quit if not ok if (!CheckSocketValid()) return FALSE; //Send the data int iResult; //And send it iResult=send(GetHandle(),buf,bufLen,NULL); return iResult; } ERROR_HANDLER_RETURN("Send",FALSE)
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 24 Apr 2001. |