connectivitylayer/isce/isirouter_dll/inc/isilink.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
--- a/connectivitylayer/isce/isirouter_dll/inc/isilink.h	Wed Apr 21 14:29:55 2010 +0300
+++ b/connectivitylayer/isce/isirouter_dll/inc/isilink.h	Tue Oct 19 13:16:20 2010 +0300
@@ -80,7 +80,13 @@
         */
         TBool Send( TDes8& aMsg );
         // From MISIRouterLinkIf end
+        /*
+        * See comments from MISIRouterLinkIf.
+        */
+        TBool StateConnected(){ return iTrxPresent;};
         
+        TUint8 GetTrxId();
+
     private:
 
         // Not owned, can be called from 1...N thread, router responsible of it's own states guarding.