C# Class Eryan.Responses.SystemResponse

Wraps an System Response from the client
Inheritance: Response
Exibir arquivo Open project: emist/Eryan

Public Methods

Method Description
HandleResponse ( ) : void

Initializes the data elements

SystemResponse ( byte input ) : System

Concrete response for Interface replies

Method Details

HandleResponse() public method

Initializes the data elements
public HandleResponse ( ) : void
return void

SystemResponse() public method

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