DecodeRaw Method

HidSharp

EncodedItem DecodeRaw Method HIDSharp

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

Syntax

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