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

The PccrrGETBLKSRequestPacket is sent by the client.
Inheritance: PccrrPacket
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrGETBLKSRequestPacket ( ) : System

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

PccrrGETBLKSRequestPacket() public method

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