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

MSG_BLK packet.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BlockIndex uint
NextBlockIndex uint
SizeOfBlock uint
SizeOfIVBlock uint
SizeOfSegmentId uint
SizeOfVrfBlock uint
ZeroPad byte[]
ZeroPad2 byte[]
ZeroPad3 byte[]

프로퍼티 상세

BlockIndex 공개적으로 프로퍼티

The index in the target segment of the block sent in the current message.
public uint BlockIndex
리턴 uint

NextBlockIndex 공개적으로 프로퍼티

The index of the first block after the block sent in the current message, currently available for download from this server-role peer. If no such next block is available, this index MUST be zero.
public uint NextBlockIndex
리턴 uint

SizeOfBlock 공개적으로 프로퍼티

The size, in bytes, of the subsequent Block field. The server MUST set the SizeOfBlock field to zero if it does not have the requested block.
public uint SizeOfBlock
리턴 uint

SizeOfIVBlock 공개적으로 프로퍼티

The size, in bytes, of the subsequent IVBlock field.
public uint SizeOfIVBlock
리턴 uint

SizeOfSegmentId 공개적으로 프로퍼티

The size, in bytes, of the subsequent SegmentId field.
public uint SizeOfSegmentId
리턴 uint

SizeOfVrfBlock 공개적으로 프로퍼티

The size, in bytes, of the subsequent VrfBlock field, which SHOULD be zero.
public uint SizeOfVrfBlock
리턴 uint

ZeroPad 공개적으로 프로퍼티

A sequence of N bytes added (only as needed) to restore 4-byte alignment, where N is between 0 to 3. Each byte's value MUST be set to zero.
public byte[] ZeroPad
리턴 byte[]

ZeroPad2 공개적으로 프로퍼티

A sequence of N bytes added (only as needed) to restore 4-byte alignment, where N is between 0 to 3. Each byte's value MUST be set to zero.
public byte[] ZeroPad2
리턴 byte[]

ZeroPad3 공개적으로 프로퍼티

A sequence of N bytes added (only as needed) to restore 4-byte alignment, where N is between 0 to 3. Each byte's value MUST be set to zero.
public byte[] ZeroPad3
리턴 byte[]