

Public Member Functions | |
| virtual bool | TransmitStart (Ptr< Packet > p, Ptr< PointToPointNetDevice > src, Time txTime) |
| Transmit a packet over this channel. | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::PointToPointRemoteChannel. | |
| static TypeId ns3::PointToPointRemoteChannel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::PointToPointRemoteChannel.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
Attributes defined in parent class ns3::PointToPointChannel:
Attributes defined in parent class ns3::Channel:
No TraceSources defined for this type.
TraceSources defined in parent class ns3::PointToPointChannel:
Reimplemented from ns3::PointToPointChannel.
| virtual bool ns3::PointToPointRemoteChannel::TransmitStart | ( | Ptr< Packet > | p, | |
| Ptr< PointToPointNetDevice > | src, | |||
| Time | txTime | |||
| ) | [virtual] |
Transmit a packet over this channel.
| p | Packet to transmit | |
| src | Source PointToPointNetDevice | |
| txTime | Transmit time to apply |
Reimplemented from ns3::PointToPointChannel.
1.6.1