C# 클래스 Senseix.Message.Response

파일 보기 프로젝트 열기: senseix/thinksy_unity_plugin

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Deserialize ( byte responseBytes, Type typeToDeserialize ) : object

메소드 상세

ParseGetEncouragementsResponse() 공개 정적인 메소드

public static ParseGetEncouragementsResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseGetProblemResponse() 공개 정적인 메소드

public static ParseGetProblemResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseGetSpecifiedProblemResponse() 공개 정적인 메소드

public static ParseGetSpecifiedProblemResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseListItemsResponse() 공개 정적인 메소드

public static ParseListItemsResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseListPlayerResponse() 공개 정적인 메소드

public static ParseListPlayerResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParsePlayerRankResponse() 공개 정적인 메소드

public static ParsePlayerRankResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParsePlayerScoreResponse() 공개 정적인 메소드

public static ParsePlayerScoreResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParsePostProblemResponse() 공개 정적인 메소드

public static ParsePostProblemResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseRegisterDeviceResponse() 공개 정적인 메소드

public static ParseRegisterDeviceResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseRegisterPlayerResponse() 공개 정적인 메소드

public static ParseRegisterPlayerResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseReportBugResponse() 공개 정적인 메소드

public static ParseReportBugResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseSendParentEmailResponse() 공개 정적인 메소드

public static ParseSendParentEmailResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseServerErrorResponse() 공개 정적인 메소드

public static ParseServerErrorResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool

ParseVerifyGameResponse() 공개 정적인 메소드

public static ParseVerifyGameResponse ( byte responseBytes ) : bool
responseBytes byte
리턴 bool