datacommsserver/esockserver/inc/ES_SOCK.H
branchRCL_3
changeset 9 77effd21b2c9
parent 0 dfb7c4ff071f
child 12 8b5d60ce1e94
equal deleted inserted replaced
5:68ef71f0cd72 9:77effd21b2c9
   655 @publishedAll
   655 @publishedAll
   656 @released
   656 @released
   657 */ 
   657 */ 
   658 const TInt KErrProtocolNotReady = -17214;
   658 const TInt KErrProtocolNotReady = -17214;
   659 
   659 
       
   660 // -17215 used for non published error. Do not use here.
       
   661 
   660 
   662 
   661 /** Used in RSocket read and write calls to pass the length of data read and written.
   663 /** Used in RSocket read and write calls to pass the length of data read and written.
   662 @publishedAll
   664 @publishedAll
   663 @released */
   665 @released */
   664 typedef TPckgBuf<TInt> TSockXfrLength;
   666 typedef TPckgBuf<TInt> TSockXfrLength;