C# Class HidSharp.ReportDescriptors.Parser.IndexBase

Afficher le fichier Open project: arvydas/BlinkStickDotNet Class Usage Examples

Méthodes publiques

Свойство Type Description
Unset IndexBase

Méthodes publiques

Méthode Description
ContainsValue ( uint value ) : bool
IndexFromValue ( uint value, int &index ) : bool
ValuesFromIndex ( int index ) : IEnumerable

Method Details

ContainsValue() public méthode

public ContainsValue ( uint value ) : bool
value uint
Résultat bool

IndexFromValue() public méthode

public IndexFromValue ( uint value, int &index ) : bool
value uint
index int
Résultat bool

ValuesFromIndex() public méthode

public ValuesFromIndex ( int index ) : IEnumerable
index int
Résultat IEnumerable

Property Details

Unset public_oe static_oe property

public static IndexBase,HidSharp.ReportDescriptors.Parser Unset
Résultat IndexBase