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

The PccrrGETBLKLISTRequestPacket is sent by the client.
Inheritance: PccrrPacket
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrGETBLKLISTRequestPacket ( ) : System

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

PccrrGETBLKLISTRequestPacket() public method

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