VixenModules.Controller.OpenDMX.FTDI.FT_Read C# (CSharp) Method

FT_Read() private method

private FT_Read ( uint ftHandle, IntPtr lpBuffer, UInt32 dwBytesToRead, UInt32 &lpdwBytesReturned ) : FT_STATUS
ftHandle uint
lpBuffer System.IntPtr
dwBytesToRead System.UInt32
lpdwBytesReturned System.UInt32
return FT_STATUS
        public static extern FT_STATUS FT_Read(uint ftHandle, IntPtr lpBuffer, UInt32 dwBytesToRead, ref UInt32 lpdwBytesReturned);