Click or drag to resize
Ipv4OutputQueueOf Method
Returns the output queue of the specified interface.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CappedQueue<Tuple<MacAddress, Serializable>> OutputQueueOf(
	Interface ifc
)

Parameters

ifc
Type: Network.Sim.CoreInterface
The interface to return the output queue for.

Return Value

Type: CappedQueueTupleMacAddress, Serializable
The output queue of the specified interface.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the ifc parameter is null.
Remarks
Public only so that it can be output from within the interpreter.
See Also