VixenModules.Controller.OpenDMX.FTDI.FT_Write C# (CSharp) 메소드

FT_Write() 개인적인 메소드

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