changeset 2251 | 04963d8cca51 |
parent 2250 | 18f432098389 |
child 2470 | 254581fb9e9c |
2250:18f432098389 | 2251:04963d8cca51 |
---|---|
58 * NetDevice::SendTo method. |
58 * NetDevice::SendTo method. |
59 */ |
59 */ |
60 class NetDevice : public Object |
60 class NetDevice : public Object |
61 { |
61 { |
62 public: |
62 public: |
63 static TypeId iid (void); |
63 static TypeId GetTypeId (void); |
64 virtual ~NetDevice(); |
64 virtual ~NetDevice(); |
65 |
65 |
66 |
66 |
67 /** |
67 /** |
68 * \return the channel this NetDevice is connected to. The value |
68 * \return the channel this NetDevice is connected to. The value |