AppDescriptionData

Type

SwitchKit API message

Description

The message AppDescriptionData is used by the function sk_appDescriptionData() that provides additional information to help uniquely identify the application.

This message does not have a response acknowledgment.

Sent by

Function sk_appDescriptionData()

C Structure

typedef struct {

} SK_AppDescriptionData;

C++ Class

class SKC_AppDescriptionData : public SKC_AdminMessage {

public:

};