You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > ClearAllChanGroups
Type:
EXS SwitchKit API message
Description
Use the SK_ClearAllChanGroups message to remove all channel groups.
Sent by
SwitchManager
Configuration
ClearAllChanGroups();
C Structure
typedef struct {
} SK_ClearAllChanGroups;
C++ Class
class SKC_ClearAllChanGroups : public SKC_AdminMessage{
public:
};