datacommsserver/esockserver/csock/CS_CLI.CPP
changeset 4 928ed51ddc43
parent 0 dfb7c4ff071f
child 14 8b5d60ce1e94
equal deleted inserted replaced
3:b6139031a239 4:928ed51ddc43
  1219 @param aBuffer The data to be sent.
  1219 @param aBuffer The data to be sent.
  1220 @param anAddr A remote destination address for unconnected sends
  1220 @param anAddr A remote destination address for unconnected sends
  1221 @param someFlags Flags which are passed through to protocol
  1221 @param someFlags Flags which are passed through to protocol
  1222 @param aStatus On completion, KErrNone if successful, otherwise one of the system 
  1222 @param aStatus On completion, KErrNone if successful, otherwise one of the system 
  1223 wide error codes. Note that KErrEof indicates that the socket has been shutdown 
  1223 wide error codes. Note that KErrEof indicates that the socket has been shutdown 
  1224 with option EStopOutput.
  1224 with option EStopOutput. In the case of KSONonBlockingIO & writeFlowedoff, 
       
  1225 it has to return KerrWouldBlock, but it returns KErrNone for compatibiity
  1225 @param aLen Filled in with amount of data sent before completion
  1226 @param aLen Filled in with amount of data sent before completion
  1226 
  1227 
  1227 @capability Dependent on the type of socket so deferred to PRT */
  1228 @capability Dependent on the type of socket so deferred to PRT */
  1228 	{
  1229 	{
  1229 	aLen = someFlags;
  1230 	aLen = someFlags;