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

The PccrrBLKResponsePacket is sent by the server.
Inheritance: PccrrPacket
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrBLKResponsePacket ( ) : System

Initializes a new instance of the PccrrBLKResponsePacket 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[]

PccrrBLKResponsePacket() public method

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