WINSOCK GROUP HAS CHANNEL
This command checks if the specified channel is part of the specified group.
The type of the channel and the type of the group must be identical. That is either TCP or UDP.
If the channel is an element of the group, an integer value of 1 is returned.
If not, 0 is returned.
SYNTAX
Return Integer=WINSOCK GROUP HAS CHANNEL(a_group as Dword, a_channel as Dword)
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2