Home > Back-end >  How to use the ABinding IdUDPServer1UDPRead delphi7 Indy10 time
How to use the ABinding IdUDPServer1UDPRead delphi7 Indy10 time

Time:09-23

IdUDPServer1UDPRead (AThread: TIdUDPListenerThread; AData: TIdBytes; ABinding: TIdSocketHandle);
AData is the data received, ABinding is data source IP and port information, such as how to bring up the IP and port into a string?

CodePudding user response:

Take ABinding. PeerIP and ABinding. PeerPort
  • Related