| 800 | return DRIVER_getBitSpeed(m_handle); |
| 801 | } |
| 802 | FloppyDiskBridge::DriveTypeID FloppyBridgeAPI::getDriveTypeID() { |
| 803 | return DRIVER_getDriveTypeID(m_handle); |
| 804 | } |
| 805 | const char* FloppyBridgeAPI::getLastErrorMessage() { |
| 806 | #ifdef _UNICODE |
| 807 | _quickw2a(m_error, m_lastErrorAnsi); |
no outgoing calls
no test coverage detected