C# Class Flint.Core.Responses.AppbankResponse

Inheritance: ResponseBase
显示文件 Open project: barometz/flint

Public Methods

Method Description
AppbankResponse ( ) : System.Collections.Generic

Protected Methods

Method Description
Load ( byte payload ) : void

Private Methods

Method Description
CheckExpectedSize ( byte payload, int expectedSize ) : bool

Method Details

AppbankResponse() public method

public AppbankResponse ( ) : System.Collections.Generic
return System.Collections.Generic

Load() protected method

protected Load ( byte payload ) : void
payload byte
return void