connectivitylayer/isce/p2prouter_dll/inc/p2prouterchannelifs.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
   102         * If transceiver is not found sets the open pending.
   102         * If transceiver is not found sets the open pending.
   103         * Router shall complete the pending opens when transceiver is ready.
   103         * Router shall complete the pending opens when transceiver is ready.
   104         * @param aProtocolId, channels unique P2P identifier
   104         * @param aProtocolId, channels unique P2P identifier
   105         * @param aCallback, pointer to channel interface
   105         * @param aCallback, pointer to channel interface
   106         */
   106         */
   107         virtual void Open( const TUint8 aProtocolId, MP2PRouterChIf* aCallback ) = 0;
   107         virtual void Connect( const TUint8 aProtocolId, MP2PRouterChIf* aCallback ) = 0;
   108 
   108 
   109         /*
   109         /*
   110         * Sends a message to router.
   110         * Sends a message to router.
   111         * Responsibility to deallocate the message is transferred router.
   111         * Responsibility to deallocate the message is transferred router.
   112         * @param aMessage, messages reference
   112         * @param aMessage, messages reference