Click or drag to resize
EtherType Enumeration
Represents the EtherType field of an Ethernet frame. It indicates which protocol is encapsulated in the payload of an Ethernet Frame.

Namespace: Network.Sim.Link
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum EtherType
Members
  Member nameValueDescription
IPv42048 Internet Protocol version 4.
ARP2054 Address Resolution Protocol.
Remarks
EtherType values are identical to SNAP Protocol Ids and as such are not only used with Ethernet, contrary to their name.
See Also