C# Класс Microsoft.Protocols.TestSuites.Pccrr.BLOCKRANGE

A BLOCK_RANGE is an array of two integers that defines a consecutive array of blocks.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Count uint
Index uint

Описание свойств

Count публичное свойство

Count of consecutive adjacent blocks in that range, including the block at the Index location. The value of this field MUST be greater than 0.
public uint Count
Результат uint

Index публичное свойство

The index of the first block in the range.
public uint Index
Результат uint