Request.Send (METH)
METHOD Send : UDINT
Creates and sends an arp request
- InOut:
Scope
Name
Type
Comment
Return
SendUDINTInput
abySenderMACARRAY [0..5] OF BYTE
MAC Address of the sender (…? Tell abySenderIP, abySenderMAC)
abySenderIPARRAY [0..3] OF BYTE
IP Address of the sender (…? Tell abySenderIP, abySenderMAC)
abyTargetIPARRAY [0..3] OF BYTE
IP Address of the requested host (Who has abyTargetIP?)
itfARPCallbackInterface to the instance which shall receive the response (abyTargetIP is at abyTargetMAC )
itfEthernetInterface to the Ethernet adapter which shall send the request