WINSOCK SEND TO GROUP

This command allows sending of raw data to all channels of the specified group.
The channel group must exist.
For further information see WINSOCK SEND MESSAGE or WINSCOCK SEND UDP MESSAGE.
Note that for TCP groups all disconnected channels are ignored. However for UDP groups all UDP channels must have a target specified.

SYNTAX
WINSOCK SEND TO GROUP(a_group as Dword, data_ptr as Dword, data_length as Integer)

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2