RequestChannelMsg

Type

SwitchKit API message

Description

This message is used by the function sk_requestOutseizeChannel() when an application calls for outseize channels.

Sent by

Function sk_requestOutseizeChannel()

C Structure

typedef struct {

} SK_RequestChannelMsg;

C++ Class

class SKC_RequestChannelMsg : public SKC_AdminMessage {

public:

};