C# Class HidSharp.ReportDescriptors.EncodedItem

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

Méthodes publiques

Méthode Description
Clear ( ) : void
DataAt ( int index ) : byte
Decode ( IList buffer, int offset, int count ) : int
DecodeHIDDT ( IList buffer, int offset, int count ) : IEnumerable
DecodeRaw ( IList buffer, int offset, int count ) : IEnumerable
Encode ( IList buffer ) : void
EncodeRaw ( IList buffer, IEnumerable items ) : void
EncodedItem ( ) : System

Private Methods

Méthode Description
GetByte ( IList buffer, int &offset, int &count ) : byte

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DataAt() public méthode

public DataAt ( int index ) : byte
index int
Résultat byte

Decode() public méthode

public Decode ( IList buffer, int offset, int count ) : int
buffer IList
offset int
count int
Résultat int

DecodeHIDDT() public static méthode

public static DecodeHIDDT ( IList buffer, int offset, int count ) : IEnumerable
buffer IList
offset int
count int
Résultat IEnumerable

DecodeRaw() public static méthode

public static DecodeRaw ( IList buffer, int offset, int count ) : IEnumerable
buffer IList
offset int
count int
Résultat IEnumerable

Encode() public méthode

public Encode ( IList buffer ) : void
buffer IList
Résultat void

EncodeRaw() public static méthode

public static EncodeRaw ( IList buffer, IEnumerable items ) : void
buffer IList
items IEnumerable
Résultat void

EncodedItem() public méthode

public EncodedItem ( ) : System
Résultat System