EncodedItem Decode Method | HIDSharp |
Namespace: HidSharp.ReportDescriptors
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
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 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
Parameters
- buffer
- Type:
System.Collections.Generic IList
Byte
- offset
- Type:
System Int32
- count
- Type:
System Int32
See Also