Searched refs:last_result (Results 1 – 1 of 1) sorted by relevance
35 static CARDResult last_result = CARD_RESULT_SUCCESS; variable147 last_result = CARD_GetResultCode(); in SelectDevice()165 DEMODrawText(10, 170, "result:\"%s\"", GetCardResultString(last_result)); in SelectDevice()286 last_result = CARD_GetResultCode(); in TestWriteAndVerify()305 last_result = CARD_GetResultCode(); in TestWriteAndVerify()306 if (last_result != CARD_RESULT_SUCCESS) in TestWriteAndVerify()359 if (last_result == CARD_RESULT_SUCCESS) in ShowResult()368 DEMODrawText(10, 110, "result:\"%s\"", GetCardResultString(last_result)); in ShowResult()