WINSOCK SEND UDP MESSAGE
For channels that use UDP, you must use this command to send data. The behaviour is the same as with WINSOCK SEND MESSAGE. You must specify your target first with WINSOCK SET CHANNEL TARGET, or your application will crash.

SYNTAX
WINSOCK SEND UDP MESSAGE udp_channel as Dword, data_ptr as Dword, data_len as Integer

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2