WatchChanGroup

Type

SwitchKit API message

Description

This message is used if your application sends the sk_watchChannelGroup() function.

Sent by

Function sk_watchChannelGroup();

C Structure

typedef struct {

} SK_WatchChanGroup;

C++ Class

class SKC_WatchChanGroup : public SKC_AdminMessage {

public:

};