10 #define DLL_IMPORT_EXPORT 13 #ifdef DLL_SOURCE_CODE 14 #define DLL_IMPORT_EXPORT __declspec(dllexport) __stdcall 16 #define DLL_IMPORT_EXPORT __declspec(dllimport) __stdcall 19 #define DLL_IMPORT_EXPORT FAR PASCAL 24 #define NoMangle extern "C" 98 #define WSC_NO_DATA (-100) 99 #define WSC_RANGE (-101) 100 #define WSC_ABORTED (-102) 101 #define WSC_WIN32ERR (-103) 102 #define WSC_EXPIRED (-104) 103 #define IE_BADID (-1) 105 #define IE_NOPEN (-3) 106 #define IE_MEMORY (-4) 107 #define IE_DEFAULT (-5) 108 #define IE_HARDWARE (-10) 109 #define IE_BYTESIZE (-11) 110 #define IE_BAUDRATE (-12) 127 #define WSC_RXOVER 0x0001 128 #define WSC_OVERRUN 0x0002 129 #define WSC_PARITY 0x0004 130 #define WSC_FRAME 0x0008 131 #define WSC_BREAK 0x0010 132 #define WSC_TXFULL 0x0100 137 #define CLEAR_LINE 'C' 138 #define READ_LINE 'R' 142 #define ASSERT_BREAK 'A' 143 #define CANCEL_BREAK 'C' 144 #define DETECT_BREAK 'D' NoMangle int DLL_IMPORT_EXPORT SioGets(int, LPSTR, unsigned)
NoMangle int DLL_IMPORT_EXPORT SioBrkSig(int, char)
NoMangle int DLL_IMPORT_EXPORT SioDCD(int)
NoMangle int DLL_IMPORT_EXPORT SioDebug(int)
NoMangle int DLL_IMPORT_EXPORT SioPuts(int, LPSTR, unsigned)
#define DLL_IMPORT_EXPORT
NoMangle int DLL_IMPORT_EXPORT SioGetc(int)
NoMangle int DLL_IMPORT_EXPORT SioDone(int)
NoMangle int DLL_IMPORT_EXPORT SioTxQue(int)
NoMangle int DLL_IMPORT_EXPORT SioReset(int, int, int)
NoMangle int DLL_IMPORT_EXPORT SioRI(int)
NoMangle DWORD DLL_IMPORT_EXPORT SioTimer(void)
NoMangle int DLL_IMPORT_EXPORT SioPutc(int, char)
NoMangle int DLL_IMPORT_EXPORT SioCTS(int)
NoMangle int DLL_IMPORT_EXPORT SioParms(int, int, int, int)
NoMangle int DLL_IMPORT_EXPORT SioUnGetc(int, char)
NoMangle int DLL_IMPORT_EXPORT SioStatus(int, unsigned)
NoMangle int DLL_IMPORT_EXPORT SioDTR(int, char)
NoMangle int DLL_IMPORT_EXPORT SioRxQue(int)
NoMangle int DLL_IMPORT_EXPORT SioRead(int, int)
NoMangle int DLL_IMPORT_EXPORT SioTxClear(int)
NoMangle int DLL_IMPORT_EXPORT SioBaud(int, unsigned)
NoMangle int DLL_IMPORT_EXPORT SioFlow(int, char)
NoMangle int DLL_IMPORT_EXPORT SioInfo(char)
NoMangle int DLL_IMPORT_EXPORT SioDSR(int)
NoMangle int DLL_IMPORT_EXPORT SioRTS(int, char)
NoMangle int DLL_IMPORT_EXPORT SioRxClear(int)