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

FT_Write() private method

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