C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrBLKLISTResponsePacket

The PccrrBLKLISTResponsePacket is sent by the server.
Inheritance: PccrrPacket
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrBLKLISTResponsePacket ( ) : System

Initializes a new instance of the PccrrBLKLISTResponsePacket class.

Method Details

Decode() public method

Decode pack.
public Decode ( byte rawdata ) : PccrrPacket
rawdata byte The rawdata.
return PccrrPacket

Encode() public method

Encode pack.
public Encode ( ) : byte[]
return byte[]

PccrrBLKLISTResponsePacket() public method

Initializes a new instance of the PccrrBLKLISTResponsePacket class.
public PccrrBLKLISTResponsePacket ( ) : System
return System