WINSOCK REMOVE CHANNEL FROM GROUP

This command removes a channel from a channel group.
The type of the channel and the type of the group must be identical. That is either TCP or UDP.
The channel must be an element of the group. This can be checked using the function WINSOCK GROUP HAS CHANNEL().
Note that the channel is not disconnected or deleted, it is only removed from the specified group.

SYNTAX
WINSOCK REMOVE CHANNEL FROM GROUP(a_group as Dword, a_channel as Dword)

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2