DecodeHIDDT Method

HidSharp

EncodedItem DecodeHIDDT Method HIDSharp

Namespace: HidSharp.ReportDescriptors
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public static IEnumerable<EncodedItem> DecodeHIDDT(
	IList<byte> buffer,
	int offset,
	int count
)
public static IEnumerable<EncodedItem> DecodeHIDDT(
	IList<byte> buffer,
	int offset,
	int count
)
Public Shared Function DecodeHIDDT ( _
	buffer As IList(Of Byte), _
	offset As Integer, _
	count As Integer _
) As IEnumerable(Of EncodedItem)
Public Shared Function DecodeHIDDT ( _
	buffer As IList(Of Byte), _
	offset As Integer, _
	count As Integer _
) As IEnumerable(Of EncodedItem)
public:
static IEnumerable<EncodedItem^>^ DecodeHIDDT(
	IList<unsigned char>^ buffer, 
	int offset, 
	int count
)
public:
static IEnumerable<EncodedItem^>^ DecodeHIDDT(
	IList<unsigned char>^ buffer, 
	int offset, 
	int count
)
static member DecodeHIDDT : 
        buffer : IList<byte> * 
        offset : int * 
        count : int -> IEnumerable<EncodedItem>
static member DecodeHIDDT : 
        buffer : IList<byte> * 
        offset : int * 
        count : int -> IEnumerable<EncodedItem>

Parameters

buffer
Type: OnlineSystem.Collections.Generic IList OnlineByte 
offset
Type: OnlineSystem Int32
count
Type: OnlineSystem Int32
See Also