WINSOCK RECV UDP MESSAGE
For channels that use UDP, you must use this command to receive data. The behaviour is the same as with WINSOCK RECV MESSAGE, but it will store
information about the sender, so that you can answer him.
To answer you need to set the udp channel target first by using WINSOCK SET CHANNEL TARGET and provide the results of WINSOCK UDP SENDER HOST and WINSOCK UDP SENDER PORT as arguments. Then you can reply by just using WINSOCK SEND UDP MESSAGE.
SYNTAX
WINSOCK RECV UDP MESSAGE udp_channel as Dword
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2