C# Class Eryan.Responses.InterfaceResponse

Wrapper to interface call responses
Inheritance: Response
Afficher le fichier Open project: emist/Eryan Class Usage Examples

Méthodes publiques

Méthode Description
HandleResponse ( ) : void

Initializes the data elements

InterfaceResponse ( byte input ) : System

Concrete response for Interface replies

Method Details

HandleResponse() public méthode

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

InterfaceResponse() public méthode

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