C# 클래스 Eryan.Responses.SystemResponse

Wraps an System Response from the client
상속: Response
파일 보기 프로젝트 열기: emist/Eryan

공개 메소드들

메소드 설명
HandleResponse ( ) : void

Initializes the data elements

SystemResponse ( byte input ) : System

Concrete response for Interface replies

메소드 상세

HandleResponse() 공개 메소드

Initializes the data elements
public HandleResponse ( ) : void
리턴 void

SystemResponse() 공개 메소드

Concrete response for Interface replies
public SystemResponse ( byte input ) : System
input byte The byte representation of the reply
리턴 System