Decode Method

HidSharp

EncodedItem Decode Method HIDSharp

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

Syntax

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

Parameters

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