Skip to content

Incorrect type in SPI_GetNumChannels() #2

@mgthompson

Description

@mgthompson

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions