src/devices/csma/csma-net-device.h
changeset 3936 e525995ce5dc
parent 3852 9cf7ad0cac85
child 4263 fec2f830d015
child 4285 2b197a6b4460
equal deleted inserted replaced
3935:4b18d1e1e2e5 3936:e525995ce5dc
   349    * \returns false.
   349    * \returns false.
   350    */
   350    */
   351   virtual bool IsPointToPoint (void) const;
   351   virtual bool IsPointToPoint (void) const;
   352 
   352 
   353   /**
   353   /**
       
   354    * Is this a bridge?
       
   355    * \returns false.
       
   356    */
       
   357   virtual bool IsBridge (void) const;
       
   358 
       
   359   /**
   354    * Start sending a packet down the channel.
   360    * Start sending a packet down the channel.
   355    */
   361    */
   356   virtual bool Send (Ptr<Packet> packet, const Address& dest, 
   362   virtual bool Send (Ptr<Packet> packet, const Address& dest, 
   357     uint16_t protocolNumber);
   363     uint16_t protocolNumber);
   358 
   364