C# Class Senseix.Message.Response

Afficher le fichier Open project: senseix/thinksy_unity_plugin

Méthodes publiques

Méthode Description
ParseGetEncouragementsResponse ( byte responseBytes ) : bool
ParseGetProblemResponse ( byte responseBytes ) : bool
ParseGetSpecifiedProblemResponse ( byte responseBytes ) : bool
ParseListItemsResponse ( byte responseBytes ) : bool
ParseListPlayerResponse ( byte responseBytes ) : bool
ParsePlayerRankResponse ( byte responseBytes ) : bool
ParsePlayerScoreResponse ( byte responseBytes ) : bool
ParsePostProblemResponse ( byte responseBytes ) : bool
ParseRegisterDeviceResponse ( byte responseBytes ) : bool
ParseRegisterPlayerResponse ( byte responseBytes ) : bool
ParseReportBugResponse ( byte responseBytes ) : bool
ParseSendParentEmailResponse ( byte responseBytes ) : bool
ParseServerErrorResponse ( byte responseBytes ) : bool
ParseVerifyGameResponse ( byte responseBytes ) : bool

Private Methods

Méthode Description
Deserialize ( byte responseBytes, Type typeToDeserialize ) : object

Method Details

ParseGetEncouragementsResponse() public static méthode

public static ParseGetEncouragementsResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseGetProblemResponse() public static méthode

public static ParseGetProblemResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseGetSpecifiedProblemResponse() public static méthode

public static ParseGetSpecifiedProblemResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseListItemsResponse() public static méthode

public static ParseListItemsResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseListPlayerResponse() public static méthode

public static ParseListPlayerResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParsePlayerRankResponse() public static méthode

public static ParsePlayerRankResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParsePlayerScoreResponse() public static méthode

public static ParsePlayerScoreResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParsePostProblemResponse() public static méthode

public static ParsePostProblemResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseRegisterDeviceResponse() public static méthode

public static ParseRegisterDeviceResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseRegisterPlayerResponse() public static méthode

public static ParseRegisterPlayerResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseReportBugResponse() public static méthode

public static ParseReportBugResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseSendParentEmailResponse() public static méthode

public static ParseSendParentEmailResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseServerErrorResponse() public static méthode

public static ParseServerErrorResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool

ParseVerifyGameResponse() public static méthode

public static ParseVerifyGameResponse ( byte responseBytes ) : bool
responseBytes byte
Résultat bool