C# Class Flint.Core.Responses.AppbankResponse

Inheritance: ResponseBase
Afficher le fichier Open project: barometz/flint

Méthodes publiques

Méthode Description
AppbankResponse ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Load ( byte payload ) : void

Private Methods

Méthode Description
CheckExpectedSize ( byte payload, int expectedSize ) : bool

Method Details

AppbankResponse() public méthode

public AppbankResponse ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Load() protected méthode

protected Load ( byte payload ) : void
payload byte
Résultat void