You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > 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:
};