sk_ignoreChannelGroup()

Description

The sk_ignoreChannelGroup() function stops the LLC from routing messages on new channels of the specified group to the application issuing the function call. Any channels of calls in progress will still be registered to the application. This function is also available as sk_ignoreChannelGroupOnConnection() and skts_ignoreChannelGroup().

Syntax

int sk_ignoreChannelGroup(char *aChannelGroup);

int sk_ignoreChannelGroupOnConnection(char *aChannelGroup, int aConID);

int skts_ignoreChannelGroup( char *aChannelGroup, int aConID );

Parameters

The function parameters are shown in the table below.

Argument

Description

aChannelGroup

Identifies the channel group.

aConID

aConID is a connection identifier specified at connection creation time and used to indicate which LLC an application wishes to communicate with.

Return Values

Possible return values for this function:

SK_LOST_LLC

This return value indicates that your application lost contact with the LLC.