C# 클래스 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrGETBLKLISTRequestPacket

The PccrrGETBLKLISTRequestPacket is sent by the client.
상속: PccrrPacket
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrGETBLKLISTRequestPacket ( ) : System

Initializes a new instance of the PccrrGETBLKLISTRequestPacket class.

메소드 상세

Decode() 공개 메소드

Decode pack.
public Decode ( byte rawdata ) : PccrrPacket
rawdata byte The rawdata.
리턴 PccrrPacket

Encode() 공개 메소드

Encode pack.
public Encode ( ) : byte[]
리턴 byte[]

PccrrGETBLKLISTRequestPacket() 공개 메소드

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