Click or drag to resize
InterfaceOutput Method
Hands down the specified data to the data-link layer implementation of the NIC.

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

Parameters

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