nettools/conntest/inc/SocketsRead.h
branchRCL_3
changeset 37 22633ca47dfe
parent 0 857a3e953887
child 41 4399c14e1ad0
equal deleted inserted replaced
32:3ba072830a8a 37:22633ca47dfe
   124     CSocketsEngine&         iEngine;  // connection engine
   124     CSocketsEngine&         iEngine;  // connection engine
   125     RSocket&                iSocket;  // socket to read data from
   125     RSocket&                iSocket;  // socket to read data from
   126     MUINotify&              iConsole; // console for displaying text etc
   126     MUINotify&              iConsole; // console for displaying text etc
   127     TBuf8<KReadDataSize>  iBuffer;  // buffer for receiving data
   127     TBuf8<KReadDataSize>  iBuffer;  // buffer for receiving data
   128     TSockXfrLength          iDummyLength; // dummy - length of data read is written here
   128     TSockXfrLength          iDummyLength; // dummy - length of data read is written here
   129     TInt                    iReceivedBytes; 
   129     TUint64                 iReceivedBytes;
   130     TInt32					iUdpPacketCounter;
   130     TInt32					iUdpPacketCounter;
   131     TBool                   iDoCount; 
   131     TBool                   iDoCount; 
   132     TBool                   iDoPerformance; 
   132     TBool                   iDoPerformance; 
   133     TInetAddr*              iAddress;
   133     TInetAddr*              iAddress;
   134     TUint                   iProtocol;
   134     TUint                   iProtocol;