 |
 |
 |
|
|  |  |
 |
send ..msdn Add comment W32 Constants Translate this page |
 |
 |
The send function sends data on a connected socket.
|
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
int send(
SOCKET s,
const char* buf,
int len,
int flags
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER send IN ws2_32;
INTEGER s,;
STRING @ buf,;
INTEGER buflen,;
INTEGER flags
|
 |  |  | | Parameters: |  | s
[in] Descriptor identifying a connected socket.
buf
[in] Buffer containing the data to be transmitted.
len
[in] Length of the data in buf, in bytes
flags
[in] Indicator specifying the way in which the call is made.
|
 |  | | Return value: |  | | If no error occurs, send returns the total number of bytes sent, which can be less than the number indicated by len. |
 |  | | Word Index links for the send : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2003-02-05 19:24:40 | | Modified: | 2003-02-05 19:35:14 | Visited in last 7 days: 34 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|