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

The PccrrBLKResponsePacket is sent by the server.
Inheritance: PccrrPacket
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Decode pack.
public Decode ( byte rawdata ) : PccrrPacket
rawdata byte The rawdata.
Résultat PccrrPacket

Encode() public méthode

Encode pack.
public Encode ( ) : byte[]
Résultat byte[]

PccrrBLKResponsePacket() public méthode

Initializes a new instance of the PccrrBLKResponsePacket class.
public PccrrBLKResponsePacket ( ) : System
Résultat System