C# Class Eryan.Responses.InterfaceResponse

Wrapper to interface call responses
Inheritance: Response
Show file Open project: emist/Eryan Class Usage Examples

Public Methods

Method Description
HandleResponse ( ) : void

Initializes the data elements

InterfaceResponse ( byte input ) : System

Concrete response for Interface replies

Method Details

HandleResponse() public method

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

InterfaceResponse() public method

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