Home
last modified time | relevance | path

Searched refs:getSAK (Results 1 – 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dpn532.cxx86 printf("SAK: 0x%02x\n", nfc->getSAK()); in main()
Dpn532-writeurl.cxx80 printf("SAK: 0x%02x\n", nfc->getSAK()); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dpn532.py80 print "SAK: %02x" % myNFC.getSAK()
Dpn532-writeurl.py85 print "SAK: %02x" % myNFC.getSAK()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dpn532.js74 console.log("SAK: " + toHex(myNFCObj.getSAK(), 2));
Dpn532-writeurl.js124 console.log("SAK: " + toHex(myNFCObj.getSAK(), 2));
/hardware/bsp/intel/peripheral/libupm/src/pn532/
Dpn532.h438 uint8_t getSAK() { return m_SAK; }; in getSAK() function