RequestChannelMsg

Type

SwitchKit API message

Description

This message is used by the function sk_requestOutseizedChannel() when an application calls for outseize channels. For more information about sk_requestOutseizedChannel() see the SwitchKit Programmer’s Guide.

Sent by

Function sk_requestOutseizedChannel()

C Structure

typedef struct {

} SK_RequestChannelMsg;

C++ Class

class SKC_RequestChannelMsg : public SKC_AdminMessage {

public:

};