Click or drag to resize
NicOutput Method
Wraps the specified data into an Ethernet frame and queues it for transmission.

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

Parameters

destination
Type: Network.Sim.LinkMacAddress
The MAC address of the destination host.
data
Type: SystemByte
The data to transmit as part of the frame's payload.
type (Optional)
Type: Network.Sim.LinkEtherType
The type of the data.
See Also