Searched refs:getSAK (Results 1 – 7 of 7) sorted by relevance
86 printf("SAK: 0x%02x\n", nfc->getSAK()); in main()
80 printf("SAK: 0x%02x\n", nfc->getSAK()); in main()
80 print "SAK: %02x" % myNFC.getSAK()
85 print "SAK: %02x" % myNFC.getSAK()
74 console.log("SAK: " + toHex(myNFCObj.getSAK(), 2));
124 console.log("SAK: " + toHex(myNFCObj.getSAK(), 2));
438 uint8_t getSAK() { return m_SAK; }; in getSAK() function