C# Class Eryan.Responses.OverViewResponse

Wraps an overview Response from the client
Inheritance: Response
Afficher le fichier Open project: emist/Eryan

Méthodes publiques

Méthode Description
HandleResponse ( ) : void

Initializes the data elements

OverViewResponse ( byte input ) : System

Concrete response for Interface replies

Method Details

HandleResponse() public méthode

Initializes the data elements
public HandleResponse ( ) : void
Résultat void

OverViewResponse() public méthode

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