메소드 |
설명 |
|
FT_Close ( uint ftHandle ) : FT_STATUS |
|
|
FT_ClrRts ( uint ftHandle ) : FT_STATUS |
|
|
FT_GetModemStatus ( uint ftHandle, UInt32 &lpdwModemStatus ) : FT_STATUS |
|
|
FT_GetStatus ( uint ftHandle, UInt32 &lpdwAmountInRxQueue, UInt32 &lpdwAmountInTxQueue, UInt32 &lpdwEventStatus ) : FT_STATUS |
|
|
FT_Open ( UInt32 uiPort, uint &ftHandle ) : FT_STATUS |
|
|
FT_Purge ( uint ftHandle, UInt32 dwMask ) : FT_STATUS |
|
|
FT_Read ( uint ftHandle, IntPtr lpBuffer, UInt32 dwBytesToRead, UInt32 &lpdwBytesReturned ) : FT_STATUS |
|
|
FT_ResetDevice ( uint ftHandle ) : FT_STATUS |
|
|
FT_SetBreakOff ( uint ftHandle ) : FT_STATUS |
|
|
FT_SetBreakOn ( uint ftHandle ) : FT_STATUS |
|
|
FT_SetDataCharacteristics ( uint ftHandle, byte uWordLength, byte uStopBits, byte uParity ) : FT_STATUS |
|
|
FT_SetDivisor ( uint ftHandle, char usDivisor ) : FT_STATUS |
|
|
FT_SetFlowControl ( uint ftHandle, char usFlowControl, byte uXon, byte uXoff ) : FT_STATUS |
|
|
FT_Write ( uint ftHandle, IntPtr lpBuffer, UInt32 dwBytesToRead, UInt32 &lpdwBytesWritten ) : FT_STATUS |
|
|