C# Class Senseix.Message.Response

Exibir arquivo Open project: senseix/thinksy_unity_plugin

Public Methods

Method 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

Method Description
Deserialize ( byte responseBytes, Type typeToDeserialize ) : object

Method Details

ParseGetEncouragementsResponse() public static method

public static ParseGetEncouragementsResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseGetProblemResponse() public static method

public static ParseGetProblemResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseGetSpecifiedProblemResponse() public static method

public static ParseGetSpecifiedProblemResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseListItemsResponse() public static method

public static ParseListItemsResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseListPlayerResponse() public static method

public static ParseListPlayerResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParsePlayerRankResponse() public static method

public static ParsePlayerRankResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParsePlayerScoreResponse() public static method

public static ParsePlayerScoreResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParsePostProblemResponse() public static method

public static ParsePostProblemResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseRegisterDeviceResponse() public static method

public static ParseRegisterDeviceResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseRegisterPlayerResponse() public static method

public static ParseRegisterPlayerResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseReportBugResponse() public static method

public static ParseReportBugResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseSendParentEmailResponse() public static method

public static ParseSendParentEmailResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseServerErrorResponse() public static method

public static ParseServerErrorResponse ( byte responseBytes ) : bool
responseBytes byte
return bool

ParseVerifyGameResponse() public static method

public static ParseVerifyGameResponse ( byte responseBytes ) : bool
responseBytes byte
return bool