connectivitylayer/isce/isirouter_dll/inc/isilink.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    78         /*
    78         /*
    79         * See comments from MISIRouterLinkIf.
    79         * See comments from MISIRouterLinkIf.
    80         */
    80         */
    81         TBool Send( TDes8& aMsg );
    81         TBool Send( TDes8& aMsg );
    82         // From MISIRouterLinkIf end
    82         // From MISIRouterLinkIf end
       
    83         /*
       
    84         * See comments from MISIRouterLinkIf.
       
    85         */
       
    86         TBool StateConnected(){ return iTrxPresent;};
    83         
    87         
       
    88         TUint8 GetTrxId();
       
    89 
    84     private:
    90     private:
    85 
    91 
    86         // Not owned, can be called from 1...N thread, router responsible of it's own states guarding.
    92         // Not owned, can be called from 1...N thread, router responsible of it's own states guarding.
    87         MISILinkRouterIf*   iRouter;
    93         MISILinkRouterIf*   iRouter;
    88         // Not owned, called always from one router thread.
    94         // Not owned, called always from one router thread.