ClearChanGroup

Type:

SwitchKit API message

Description

Use the SK_ClearChanGroup message to remove all channels from a channel group. Because channel group bindings accumulate for as long as the LLC is running, it is recommended that you clear every channel group that you use in a configuration file.

Sent by

SwitchManager

Configuration

ClearChanGroup(

ChannelGroup = string);

C Structure

typedef struct {

char ChannelGroup[45];

} SK_ClearChanGroup;

C++ Class

class SKC_ClearChanGroup : public SKC_AdminMessage {

public:

const char *getChannelGroup() const;

void setChannelGroup(const char *x);

};