ArpPacket Properties |
The ArpPacket type exposes the following members.
Name | Description | |
---|---|---|
![]() | IpAddressSender |
The IPv4 address of the sender of this ARP packet.
|
![]() | IpAddressTarget |
The IPv4 address of the target of this ARP packet.
|
![]() | IsRequest |
Determines whether this ARP packet is a request message.
|
![]() | IsResponse |
Determines whether this ARP packet is a response message.
|
![]() | MacAddressSender |
The MAC-48 address of the sender of this ARP packet.
|
![]() | MacAddressTarget |
The MAC-48 address of the target of this ARP packet. This
field is ignored in requests.
|