C# Class TouchRemote.Core.Dacp.FpResponse

Inheritance: TouchRemote.Core.Http.HttpResponse
显示文件 Open project: pieceofsummer/TouchRemote

Public Methods

Method Description
FpResponse ( byte v1, byte v2, byte v3, byte v4, byte payload ) : System

Protected Methods

Method Description
GetData ( ) : byte[]

Method Details

FpResponse() public method

public FpResponse ( byte v1, byte v2, byte v3, byte v4, byte payload ) : System
v1 byte
v2 byte
v3 byte
v4 byte
payload byte
return System

GetData() protected method

protected GetData ( ) : byte[]
return byte[]