C# Class HidSharp.ReportDescriptors.Parser.IndexList

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

Public Methods

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

Method Details

IndexFromValue() public method

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

IndexList() public method

public IndexList ( ) : System
return System

ValuesFromIndex() public method

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