connectivitylayer/isce/isirouter_dll/inc/misirouterlinkif.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    49         * Sends a ISI message with given priority
    49         * Sends a ISI message with given priority
    50         * @param aMsg, message to be send
    50         * @param aMsg, message to be send
    51         */
    51         */
    52         virtual TBool Send( TDes8& aMsg ) = 0;
    52         virtual TBool Send( TDes8& aMsg ) = 0;
    53 
    53 
       
    54         /*
       
    55         * Ask state of the link.
       
    56         * Called with FM held, no blocking nor trace etc..
       
    57         * @return ETrue if connected, EFalse if disconnected
       
    58         */
       
    59         virtual TBool StateConnected() = 0;
       
    60         
       
    61         //  add comments
       
    62         virtual TUint8 GetTrxId() = 0;
       
    63 
    54     };
    64     };
    55 
    65 
    56 #endif /* __ISIROUTERLINKIF_H__ */
    66 #endif /* __ISIROUTERLINKIF_H__ */