Represents the EtherType field of an Ethernet frame. It indicates which
protocol is encapsulated in the payload of an Ethernet Frame.
Namespace: Network.Sim.LinkAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description |
---|
| IPv4 | 2048 |
Internet Protocol version 4.
|
| ARP | 2054 |
Address Resolution Protocol.
|
RemarksEtherType values are identical to SNAP Protocol Ids and as
such are not only used with Ethernet, contrary to their name.
See Also