libMPSSE-.Net-Wrapper
libMPSSE-.Net-Wrapper copied to clipboard
Incorrect type in SPI_GetNumChannels()
numChannels should be UInt32, not int to match LibMPSSE.dll.
[DllImport(LibMpsse.DllName, SetLastError = true, CallingConvention = CallingConvention.Cdecl)]
public extern static FtResult SPI_GetNumChannels(out UInt32 numChannels);