Home | History | Annotate | Download | only in src

Lines Matching full:caller

126  *\li \b Composition The caller is required to specify the data to write within this structure
136 * \li \b Composition: The caller has to specify the proper flags (OR'ing of the individual
138 * information goes into the generated (composed) record. The caller
148 * \li \b Composition: The caller needs to specify the TNF according to the definitions in the
160 * \li \b Composition: If the caller specifies via TNF that a Type field is present
175 * \li \b Composition: The caller has to specify a pointer to a buffer holding the record type. If the
176 * caller specifies that the record is without type (TNF) this member is ignored
187 * \li \b Composition: If the caller specifies via IL that an ID field is present
202 * \li \b Composition: The caller has to specify a pointer to a buffer holding the record ID. If the
203 * caller specifies that the record is without ID (IL Flag) this member is ignored
215 * provided by the caller.
225 * The pointer is provided by the caller and must not be NULL and valid.
240 * Get a list of NDEF records from the raw data as provided by the caller. This data is a
247 * by the caller.
248 * \param[in] BufferLength The data length, as provided by the caller.
250 * Ndef Records in the given Message. The caller has to provide the
254 * If this parameter is set to NULL by the caller it is ignored.
257 * The number of caller-provided array positions has to be the same
259 * If the caller sets this parameter to NULL it is ignored.
279 *<br>9. Inconsistency between the calculated length of the message and the length provided by the caller.or if TNF bits are set to 0x00 or 0x05 or 0x06 (Empty,Unknown and Unchanged), but Type Length is not equal to zero
327 * Extract a specific NDEF record from the data, provided by the caller. The data is a buffer holding
331 * be provided by the caller matching the requirements for \b Extraction,
349 * plus the time needed by the caller to evaluate the extracted information. No copying of
391 * has to be initialized by the caller matching the requirements for
395 * \param[in] MaxBufferSize The data buffer's (remaining) maximum size, provided by the caller.
399 * This can be used by the caller to serialize more than one record
404 * \retval NFCSTATUS_BUFFER_TOO_SMALL The data buffer, provided by the caller is to small to
408 * \note The Caller of this function must take care that, with each call, the parameters are
475 * \param[in] Record The data buffer holding the NDEF Message, as provided by the caller.