Network.GetArpEntries
Method | |
---|---|
Module | Network |
Library | Core |
Action | Get current list of known MAC address to IP address mappings from the network adapter table and the ARP cache. |
Parameters | (None) |
Return values | For each MAC Address:
|
Example | Network.GetArpEntries(); |
Platforms |
|
Notes | The following are filtered out:
The method name is misleading because not just the ARP cache is used. |