Files
openroller/tools/ftd2xx_shim.def
T
tsuki 831d96e562 Initial public source release
Split reusable rendering and format support into vectorail-core and vectorail-gc.
2026-08-02 17:05:27 +02:00

22 lines
443 B
Modula-2

LIBRARY FTD2XX.dll
EXPORTS
FT_Open @1
FT_Close @2
FT_Read @3
FT_Write @4
FT_ResetDevice @6
FT_SetBaudRate @7
FT_SetDataCharacteristics @8
FT_Purge @16
FT_SetTimeouts @17
FT_SetEventNotification @19
FT_GetStatus @21
FT_OpenEx @27
FT_ListDevices @28
FT_SetLatencyTimer @31
FT_SetUSBParameters @33
FT_EE_Program @37
FT_EE_Read @38
FT_W32_CreateFile @43
FT_CyclePort @69