C# Class HidSharp.ReportDescriptors.EncodedItem

Mostra file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method 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

Method Description
GetByte ( IList buffer, int &offset, int &count ) : byte

Method Details

Clear() public method

public Clear ( ) : void
return void

DataAt() public method

public DataAt ( int index ) : byte
index int
return byte

Decode() public method

public Decode ( IList buffer, int offset, int count ) : int
buffer IList
offset int
count int
return int

DecodeHIDDT() public static method

public static DecodeHIDDT ( IList buffer, int offset, int count ) : IEnumerable
buffer IList
offset int
count int
return IEnumerable

DecodeRaw() public static method

public static DecodeRaw ( IList buffer, int offset, int count ) : IEnumerable
buffer IList
offset int
count int
return IEnumerable

Encode() public method

public Encode ( IList buffer ) : void
buffer IList
return void

EncodeRaw() public static method

public static EncodeRaw ( IList buffer, IEnumerable items ) : void
buffer IList
items IEnumerable
return void

EncodedItem() public method

public EncodedItem ( ) : System
return System