ARP (LIB)
- Version
3.5.17.0
- Namespace
ARP
- Author
3S - Smart Software Solutions GmbH
- Placeholder
ARP
Description 1
Library implements the Address Resolution Protocol.
The following Interfaces have to be implemented: 1. IEthernet: Interface to the Ethernet Adapter. SendARP() shall send the given Ethernet II Frame (CmpSysEthernet.sendethframe()). 2. IARPCallback: The Interface Method RequestCallback() is called as soon as the Request has received the response to its ARP request (requested MAC and IP).
Program Sequence: 1. Call Request.Send() one time (each call generates an ARP Request on the network). 2. Call IEthernetClient.Receive() (= Request.Receive()) until RequestCallback() gets called by the Request FB. If more than one response is expected on a single request, IEthernetClient.Receive() can be called continuously.
Contents:
Indices and tables
- 1
- Based on ARP.library, last modified 20.04.2021, 15:08:48. LibDoc 4.3.0.0The content file ARP.library.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:08:48.