Home | History | Annotate | Download | only in src

Lines Matching full:payload

74 #define PH_FRINFC_NDEFRECORD_TNF_EMPTY        ((uint8_t)0x00)  /**< Empty Record, no type, ID or payload present. */
96 #define PH_FRINFC_NDEFRECORD_FLAGS_SR ((uint8_t)0x10) /**< Short Record: Payload Length is encoded in ONE byte only. */
114 #define PH_FRINFC_NDEFRECORD_BUF_TNF_VALUE ((uint8_t)0x00) /** \internal If TNF = Empty, Unknown and Unchanged, the id, type and payload length is ZERO */
210 * The length of the Payload, in bytes. The maximum length is 2^32 - 1.
220 * Payload Data, pointer to a buffer containing the payload data.
222 * \li \b Extraction: The pointer is set to the beginning of the payload.
280 *<br>10.TNF bits are set to 0x00 (Empty), but Payload Length is not equal to zero.
344 *<br>3. TNF bits are set to 0x00 (Empty),but Payload Length is not equal to 0.
473 * Type Length, Payload Length and ID Length for the respective Type, Payload and ID Data.
478 * \param[out] PayloadLengthByte Number of Bytes required to store Payload Length depends on Short and
480 * \param[out] PayloadLength Length of the Payload Data.