Copies bytes to a blittable object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static void BytesToObject( byte[] sourceBytes, int iStartIndex, int iLength, Object destObject )
Public Shared Sub BytesToObject ( _ sourceBytes As Byte(), _ iStartIndex As Integer, _ iLength As Integer, _ destObject As Object _ )
public: static void BytesToObject( array<unsigned char>^ sourceBytes, int iStartIndex, int iLength, Object^ destObject )
Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)