C# 클래스 Eryan.Responses.InterfaceResponse

Wrapper to interface call responses
상속: Response
파일 보기 프로젝트 열기: emist/Eryan 1 사용 예제들

공개 메소드들

메소드 설명
HandleResponse ( ) : void

Initializes the data elements

InterfaceResponse ( byte input ) : System

Concrete response for Interface replies

메소드 상세

HandleResponse() 공개 메소드

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

InterfaceResponse() 공개 메소드

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