HomeSort by relevance Sort by last modified time
    Searched refs:m_lastErrorString (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.cxx 226 case 'N': m_lastErrorString = "No tag present";
228 case 'U': m_lastErrorString = "Access failed, RF field is off";
230 default: m_lastErrorString = "Unknown error code";
294 case 'N': m_lastErrorString = "No tag present, or login failed";
296 case 'U': m_lastErrorString = "Login failed";
298 case 'E': m_lastErrorString = "Invalid key format in EEPROM";
300 default: m_lastErrorString = "Unknown error code";
333 case 'N': m_lastErrorString = "No tag present";
335 case 'F': m_lastErrorString = "Read failed";
337 default: m_lastErrorString = "Unknown error code"
    [all...]
sm130.h 393 std::string getLastErrorString() { return m_lastErrorString; };
452 std::string m_lastErrorString;
463 m_lastErrorString.clear();

Completed in 369 milliseconds