Click or drag to resize
ArpPacket Properties

The ArpPacket type exposes the following members.

Properties
  NameDescription
Public propertyIpAddressSender
The IPv4 address of the sender of this ARP packet.
Public propertyIpAddressTarget
The IPv4 address of the target of this ARP packet.
Public propertyIsRequest
Determines whether this ARP packet is a request message.
Public propertyIsResponse
Determines whether this ARP packet is a response message.
Public propertyMacAddressSender
The MAC-48 address of the sender of this ARP packet.
Public propertyMacAddressTarget
The MAC-48 address of the target of this ARP packet. This field is ignored in requests.
Top
See Also