Sends data on a connected socket. 
- Parameters
- 
  
    | socket | Descriptor identifying a connected socket. |  | pBuffer | Buffer containing the data to be transmitted. |  | bufferLength | Length of the data in pBuffer, in bytes. |  | flags | Indicator specifying the way in which the call is made. |  
 
- Returns
- The total number of bytes sent, which can be less than the number indicated by bufferLength.