MCPcopy Create free account

hub / github.com/adafruit/Adafruit-PN532 / functions

Functions55 in github.com/adafruit/Adafruit-PN532

↓ 6 callersMethodsetColor
(int color)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:67
↓ 4 callersMethodlog
(String message)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:89
↓ 3 callersMethodsetColor
(int color)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:145
↓ 3 callersMethodtoString
(byte[] command)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:156
↓ 1 callersMethodisColorQueueLocked
()
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:85
↓ 1 callersMethodprocessCommandInternal
(byte[] command)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:107
↓ 1 callersMethodsetPart
(int which, double value)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:77
↓ 1 callersMethodtoHex
(int i)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:151
MethodAdafruit_PN532
/ ! @brief Instantiates a new PN532 class using software SPI. @param clk SPI clock pin (SCK) @param miso SPI MISO pin @
Adafruit_PN532.cpp:92
MethodAsTarget
/ ! @brief set the PN532 as iso14443a Target behaving as a SmartCard @return true on success, false otherwise. @note Author: Salvado
Adafruit_PN532.cpp:1638
MethodColorMixer
(MyScreen owner)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:32
MethodMyApp
Creates a new MyApp object
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyApp.java:42
MethodMyScreen
Creates a new MyScreen object
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:47
MethodPrintHex
/ ! @brief Prints a hexadecimal value in plain characters @param data Pointer to the byte data @param numBytes Data length in by
Adafruit_PN532.cpp:223
MethodPrintHexChar
/ ! @brief Prints a hexadecimal value in plain characters, along with the char equivalents in the following format 00 00
Adafruit_PN532.cpp:249
MethodSAMConfig
/ ! @brief Configures the SAM (Secure Access Module) @return true on success, false otherwise. */ /
Adafruit_PN532.cpp:495
Methodbegin
/ ! @brief Setups the HW @returns true if successful, otherwise false */ /
Adafruit_PN532.cpp:150
MethodfieldChanged
(Field field, int context)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:76
MethodgetDataTarget
/ ! @brief Retrieve response from the emulation mode @param cmd = data @param cmdlen = data length @return true on success,
Adafruit_PN532.cpp:1673
MethodgetFirmwareVersion
/ ! @brief Checks the firmware version of the PN5xx chip @returns The chip's firmware version and ID */ /
Adafruit_PN532.cpp:277
MethodinDataExchange
/ ! @brief Exchanges an APDU with the currently inlisted peer @param send Pointer to data to send @param sendLength
Adafruit_PN532.cpp:667
MethodinListPassiveTarget
/ ! @brief 'InLists' a passive target. PN532 acting as reader/initiator, peer acting as card/responder. @return true on succes
Adafruit_PN532.cpp:750
Methodisready
/ ! @brief Return true if the PN532 is ready with a response. */ /
Adafruit_PN532.cpp:1548
Methodlayout
(int width, int height)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:36
Methodmain
Entry point for application @param args Command line arguments (not used)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyApp.java:30
Methodmifareclassic_AuthenticateBlock
/ ! Tries to authenticate a block of memory on a MIFARE card using the INDATAEXCHANGE command. See section 7.3.8 of the PN532 User Manual
Adafruit_PN532.cpp:868
Methodmifareclassic_FormatNDEF
/ ! Formats a Mifare Classic card to store NDEF Records @returns 1 if everything executed properly, 0 for an error */ /
Adafruit_PN532.cpp:1033
Methodmifareclassic_IsFirstBlock
/ ! @brief Indicates whether the specified block number is the first block in the sector (block 0 relative to the current sector)
Adafruit_PN532.cpp:825
Methodmifareclassic_IsTrailerBlock
/ ! @brief Indicates whether the specified block number is the sector trailer. @param uiBlock Block number to test. @ret
Adafruit_PN532.cpp:841
Methodmifareclassic_ReadDataBlock
/ ! Tries to read an entire 16-byte data block at the specified block address. @param blockNumber The block number to authenticate. (
Adafruit_PN532.cpp:936
Methodmifareclassic_WriteDataBlock
/ ! Tries to write an entire 16-byte data block at the specified block address. @param blockNumber The block number to authenticate.
Adafruit_PN532.cpp:996
Methodmifareclassic_WriteNDEFURI
/ ! Writes an NDEF URI Record to the specified sector (1..15) Note that this function assumes that the Mifare Classic card is already for
Adafruit_PN532.cpp:1075
Methodmifareultralight_ReadPage
/ ! @brief Tries to read an entire 4-byte page at the specified address. @param page The page number (0..63 in most cases) @pa
Adafruit_PN532.cpp:1167
Methodmifareultralight_WritePage
/ ! Tries to write an entire 4-byte page at the specified block address. @param page The page number to write. (0..63 for most
Adafruit_PN532.cpp:1242
Methodntag2xx_ReadPage
/ ! @brief Tries to read an entire 4-byte page at the specified address. @param page The page number (0..63 in most cases) @pa
Adafruit_PN532.cpp:1296
Methodntag2xx_WriteNDEFURI
/ ! Writes an NDEF URI Record starting at the specified page (4..nn) Note that this function assumes that the NTAG2xx card is already for
Adafruit_PN532.cpp:1439
Methodntag2xx_WritePage
/ ! Tries to write an entire 4-byte page at the specified block address. @param page The page number to write. (0..63 for most
Adafruit_PN532.cpp:1377
MethodonVirtualTargetEvent
(int targetEvent)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:94
Methodpaint
(Graphics graphics)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:40
MethodprocessCommand
(byte[] command)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:98
MethodreadDetectedPassiveTargetID
/ ! Reads the ID of the passive target the reader has deteceted. @param uid Pointer to the array that will be populated
Adafruit_PN532.cpp:601
MethodreadGPIO
/ ! Reads the state of the PN532's GPIO pins @returns An 8-bit value containing the pin state where: pinState[0] = P30
Adafruit_PN532.cpp:439
MethodreadPassiveTargetID
/ ! @brief Waits for an ISO14443A target to enter the field and reads its ID. @param cardbaudrate Baud rate of the card
Adafruit_PN532.cpp:557
Methodreadack
/ ! @brief Tries to read the SPI or I2C ACK signal */ /
Adafruit_PN532.cpp:1530
Methodreaddata
/ ! @brief Reads n bytes of data from the PN532 via SPI or I2C. @param buff Pointer to the buffer where data will be written @para
Adafruit_PN532.cpp:1602
Methodreset
/ ! @brief Perform a hardware reset. Requires reset pin to have been provided. */ /
Adafruit_PN532.cpp:182
MethodsendCommandCheckAck
/ ! @brief Sends a command and waits a specified period for the ACK @param cmd Pointer to the command buffer @param cmdlen Th
Adafruit_PN532.cpp:323
MethodsetDataTarget
/ ! @brief Set data in PN532 in the emulation mode @param cmd = data @param cmdlen = data length @return true on success, f
Adafruit_PN532.cpp:1706
MethodsetPassiveActivationRetries
/ ! Sets the MxRtyPassiveActivation byte of the RFConfiguration register @param maxRetries 0xFF to wait forever, 0x00..0xFE to timeout
Adafruit_PN532.cpp:521
MethodstartPassiveTargetIDDetection
/ ! @brief Put the reader in detection mode, non blocking so interrupts must be enabled. @param cardbaudrate Baud rate of th
Adafruit_PN532.cpp:581
MethodtouchEvent
(TouchEvent message)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:103
Methodwaitready
/ ! @brief Waits until the PN532 is ready. @param timeout Timeout before giving up */ /
Adafruit_PN532.cpp:1577
Methodwakeup
/ ! @brief Wakeup from LowVbat mode into Normal Mode. */ /
Adafruit_PN532.cpp:197
MethodwriteGPIO
/ ! @brief Writes an 8-bit value that sets the state of the PN532's GPIO pins. @param pinstate P3 pins state. @warning
Adafruit_PN532.cpp:391
Methodwritecommand
/ ! @brief Writes a command to the PN532, automatically inserting the preamble and required frame details (checksum, len, etc.)
Adafruit_PN532.cpp:1735