C# Class HidSharp.ReportDescriptors.Parser.IndexBase

Show file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Properties

Property Type Description
Unset IndexBase

Public Methods

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

Method Details

ContainsValue() public method

public ContainsValue ( uint value ) : bool
value uint
return bool

IndexFromValue() public method

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

ValuesFromIndex() public method

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

Property Details

Unset public static property

public static IndexBase,HidSharp.ReportDescriptors.Parser Unset
return IndexBase