Home > Back-end >  Delphi Indy10 IdUDPServer IdUDPClient and how to use?
Delphi Indy10 IdUDPServer IdUDPClient and how to use?

Time:09-16

How to use IdUDPServer and IdUDPClient? All bosses have a tutorial? It is better for detailed explanation (properties, events, etc.),

CodePudding user response:

Look at the official Demo
IdUDPServer is server is used to monitor the UDP port to use, also can give the client radio message
IdUDPClient is the client can send message to the server
  • Related