C# 클래스 Flint.Core.Responses.ResponseBase

상속: IResponse
파일 보기 프로젝트 열기: barometz/flint

공개 메소드들

메소드 설명
SetError ( byte errorPayload ) : void
SetError ( string message ) : void
SetPayload ( byte payload ) : void

보호된 메소드들

메소드 설명
Load ( byte payload ) : void
ResponseBase ( ) : System

메소드 상세

Load() 보호된 추상적인 메소드

protected abstract Load ( byte payload ) : void
payload byte
리턴 void

ResponseBase() 보호된 메소드

protected ResponseBase ( ) : System
리턴 System

SetError() 공개 메소드

public SetError ( byte errorPayload ) : void
errorPayload byte
리턴 void

SetError() 공개 메소드

public SetError ( string message ) : void
message string
리턴 void

SetPayload() 공개 메소드

public SetPayload ( byte payload ) : void
payload byte
리턴 void