| Ipv4 Class |
Namespace: Network.Sim.Network.Ip
public class Ipv4
The Ipv4 type exposes the following members.
| Name | Description | |
|---|---|---|
| ArpTableOf |
Returns an enumerable collection of ARP entries for the specified interface.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FragmentPacket |
Fragments the specified packet into multiple packets taking into
account the specified maximum transmission unit.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAvailableToSent |
Interrupt method invoked whenever the link layer has emptied its
FIFO and is ready to accept new data for transmission.
| |
| OnInput |
Interrupt method invoked on behalf of the link-layer of the specified
interface whenever frame payload data can be delivered to the network
layer.
| |
| Output |
Wraps the specified higher-level data into IP packets and
transmits them to the specified destination.
| |
| OutputQueueOf |
Returns the output queue of the specified interface.
| |
| ReassemblePacket |
Reassembles fragmented IP packets and hands them up to the transport
layer once they have been fully reassembled.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |