C# Class Microsoft.Protocols.TestSuites.Pccrr._BLOCKRANGE

A BLOCK_RANGE is an array of two integers that defines a consecutive array of blocks.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Count uint
Index uint

Property Details

Count public property

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

Index public property

The index of the first block in the range.
public uint Index
return uint