C# Class HidSharp.ReportDescriptors.Parser.IndexRange

Inheritance: IndexBase
Show file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method Description
IndexFromValue ( uint value, int &index ) : bool
IndexRange ( ) : System
IndexRange ( uint minimum, uint maximum ) : System
ValuesFromIndex ( int index ) : IEnumerable

Method Details

IndexFromValue() public method

public IndexFromValue ( uint value, int &index ) : bool
value uint
index int
return bool

IndexRange() public method

public IndexRange ( ) : System
return System

IndexRange() public method

public IndexRange ( uint minimum, uint maximum ) : System
minimum uint
maximum uint
return System

ValuesFromIndex() public method

public ValuesFromIndex ( int index ) : IEnumerable
index int
return IEnumerable