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

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

Méthodes publiques

Свойство Type Description
Count uint
Index uint

Property Details

Count public_oe 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
Résultat uint

Index public_oe property

The index of the first block in the range.
public uint Index
Résultat uint