#include "xscontrollerconfig.h"
Go to the source code of this file.
Typedefs | |
typedef enum XsRejectReason | XsRejectReason |
Enumerations | |
enum | XsRejectReason { XRR_Unknown = 0, XRR_VersionMismatch = 1, XRR_Blacklisted = 2, XRR_StationIsDisconnecting = 3, XRR_SystemIsOperational = 4 } |
Identifiers for why a device's connection was rejected. More... | |
Functions | |
const XDA_DLL_API char * | XsRejectReason_toString (XsRejectReason r) |
Convert the XsRejectReason to a human readable string. More... | |
typedef enum XsRejectReason XsRejectReason |
Definition at line 83 of file xsrejectreason.h.