C# Class Eryan.Responses.OverViewResponse

Wraps an overview Response from the client
Inheritance: Response
Datei anzeigen Open project: emist/Eryan

Public Methods

Method Description
HandleResponse ( ) : void

Initializes the data elements

OverViewResponse ( byte input ) : System

Concrete response for Interface replies

Method Details

HandleResponse() public method

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

OverViewResponse() public method

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