Namespace: HidSharp.Reports.Encodings
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
public static IEnumerable<EncodedItem> DecodeItems( IList<byte> buffer, int offset, int count )
Parameters
- buffer
- Type: System.Collections.GenericIListByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type: IEnumerableEncodedItemSee Also