networkprotocols/iphook/inhook6/inc/res_sock.h
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 75 c1029e558ef5
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
   117 				//< The MSB 4 bits are used to indicate whether the IDN support is enabled / disabled
   117 				//< The MSB 4 bits are used to indicate whether the IDN support is enabled / disabled
   118 #endif //SYMBIAN_DNS_PUNYCODE
   118 #endif //SYMBIAN_DNS_PUNYCODE
   119 	TUint16 iSession;	//< The session ID.
   119 	TUint16 iSession;	//< The session ID.
   120 	TInt iNext;			//< Next indicator: 0, 1, 2, ... (query), or the result (on reply)
   120 	TInt iNext;			//< Next indicator: 0, 1, 2, ... (query), or the result (on reply)
   121 	TUint32 iId;		//< Address domain Id
   121 	TUint32 iId;		//< Address domain Id
       
   122 	TInt iFlowRequestType;	//< 0 for IMPLICIT; 1 for SUBCONNECTION EXPLICIT; 2 for CONNECTION EXPLICIT
   122 	};
   123 	};
   123 
   124 
   124 // Need write access to members, and just for this, need to derive all
   125 // Need write access to members, and just for this, need to derive all
   125 // responce classes... (yuk!)
   126 // responce classes... (yuk!)
   126 //
   127 //