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

MSG_BLK packet.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
BlockIndex uint
NextBlockIndex uint
SizeOfBlock uint
SizeOfIVBlock uint
SizeOfSegmentId uint
SizeOfVrfBlock uint
ZeroPad byte[]
ZeroPad2 byte[]
ZeroPad3 byte[]

Property Details

BlockIndex public_oe property

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

NextBlockIndex public_oe property

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
return uint

SizeOfBlock public_oe property

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
return uint

SizeOfIVBlock public_oe property

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

SizeOfSegmentId public_oe property

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

SizeOfVrfBlock public_oe property

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

ZeroPad public_oe property

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
return byte[]

ZeroPad2 public_oe property

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
return byte[]

ZeroPad3 public_oe property

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
return byte[]