Click or drag to resize
NicOutput Method
Constructs a new data-link frame for the specified destination, containing the specified data as payload.

Namespace: Network.Sim.Lan
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void Output(
	MacAddress destination,
	byte[] data,
	EtherType type
)

Parameters

destination
Type: Network.Sim.LinkMacAddress
The phyical destination address.
data
Type: SystemByte
The data to send as the frame's payload.
type
Type: Network.Sim.LinkEtherType
The type of the data.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the destination or the data parameter is null.
See Also