Click or drag to resize
Ipv4OnAvailableToSent Method
Interrupt method invoked whenever the link layer has emptied its FIFO and is ready to accept new data for transmission.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnAvailableToSent(
	Interface ifc
)

Parameters

ifc
Type: Network.Sim.CoreInterface

[Missing <param name="ifc"/> documentation for "M:Network.Sim.Network.Ip.Ipv4.OnAvailableToSent(Network.Sim.Core.Interface)"]

See Also