Lines Matching refs:std
184 std::string getFirmwareVersion();
230 bool authenticate(uint8_t block, KEY_TYPES_T keyType, std::string key="");
239 std::string readBlock16(uint8_t block);
258 bool writeBlock16(uint8_t block, std::string contents);
280 bool writeBlock4(uint8_t block, std::string contents);
296 bool writeKey(uint8_t eepromSector, KEY_TYPES_T keyType, std::string key);
393 std::string getLastErrorString() { return m_lastErrorString; }; in getLastErrorString()
409 std::string getUID() { return m_uid; }; in getUID()
425 std::string tag2String(TAG_TYPE_T tag);
437 std::string string2HexString(std::string input);
443 std::string sendCommand(CMD_T cmd, std::string data);
449 std::string m_uid;
452 std::string m_lastErrorString;