C# Класс Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.MSG_BLK

MSG_BLK packet.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]