Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QT_MANGLE_NAMESPACE(QIosNfcNdefSessionDelegate) Category Reference

#include <qiosnfcndefsessiondelegate_p.h>

Collaboration diagram for QT_MANGLE_NAMESPACE(QIosNfcNdefSessionDelegate):

Instance Methods

(instancetype) - initWithNotifier:
(void- dealloc
(QNfcNdefNotifier *) - ndefNotifier
(void- setAlertMessage:
(bool) - startSession
(void- stopSession:
(void- abort
(void- readerSession:didInvalidateWithError:
(void- readerSession:didDetectNDEFs:
(void- readerSession:didDetectTags:
(void- readerSessionDidBecomeActive:

Protected Attributes

 : NSObject<NFCNDEFReaderSessionDelegate>@property (strong
nonatomic NFCNDEFReaderSession * session

Properties

id< NFCNDEFTag > ndefTag

Detailed Description

Definition at line 42 of file qiosnfcndefsessiondelegate_p.h.

Method Documentation

◆ abort

- (void) abort

◆ dealloc

- (void) dealloc

◆ initWithNotifier:

- (instancetype) initWithNotifier: (QNfcNdefNotifier *) aNotifier

◆ ndefNotifier

- (QNfcNdefNotifier *) ndefNotifier

◆ readerSession:didDetectNDEFs:

- (void) readerSession: (NFCNDEFReaderSession *) session
didDetectNDEFs: (NSArray< NFCNDEFMessage * > *) messages 

◆ readerSession:didDetectTags:

- (void) readerSession: (NFCNDEFReaderSession *) session
didDetectTags: (NSArray< __kindof id< NFCNDEFTag > > *) tags 

◆ readerSession:didInvalidateWithError:

- (void) readerSession: (NFCNDEFReaderSession *) session
didInvalidateWithError: (NSError *) error 

◆ readerSessionDidBecomeActive:

- (void) readerSessionDidBecomeActive: (NFCNDEFReaderSession *) session

◆ setAlertMessage:

- (void) setAlertMessage: (const QString &) message

◆ startSession

- (bool) startSession

◆ stopSession:

- (void) stopSession: (const QString &) message

Member Data Documentation

◆ __pad0__

- __pad0__
protected

Definition at line 86 of file qiosnfcndefsessiondelegate_p.h.

◆ session

- (nonatomic NFCNDEFReaderSession*) session
protected

Definition at line 44 of file qiosnfcndefsessiondelegate_p.h.

Property Documentation

◆ ndefTag

- (id<NFCNDEFTag>) ndefTag
readwritenonatomicstrong

Definition at line 45 of file qiosnfcndefsessiondelegate_p.h.


The documentation for this category was generated from the following file: