-
Notifications
You must be signed in to change notification settings - Fork 34
Home
treastrain edited this page Sep 25, 2021
·
23 revisions
- NFCReaderSession: The abstract base class that represents a reader session for detecting NFC tags.
- NFCTagReaderSession: A reader session for detecting ISO7816, ISO15693, FeliCa, and MIFARE tags.
- FeliCaPollingRequestCode: Request code parameter for the polling command.
- FeliCaPollingTimeSlot: Time slot parameter for the polling command.
- NDEFStatus: Constants that indicate status for an NDEF tag.
- NDEFStatus.CaseError
- NFCTag: An object that represents an NFC tag object.
- NDEFPayload.TypeNameFormat: The Type Name Format values that specify the content type for the payload data in an NFC NDEF message.
- ReaderError.Code
- FeliCaPollingResponse: Response from Polling command.
- FeliCaRequestSpecificationVersionResponse: Response from Request Specification Version command.
- FeliCaRequsetServiceV2Response: Response from Request Service V2 command.
- FeliCaStatusFlag: Response status flags.
- FeliCaTag: An interface for interacting with a FeliCa™ tag.
- ISO15693MultipleBlockSecurityStatus: Response of Get Multiple Block Security Status command.
- ISO15693RequestFlag
- ISO15693ResponseFlag
- ISO15693SystemInfo: Response of Get System Info commnad.
- NDEFMessage
- NDEFPayload
- NDEFTag
- NFCTagReaderSession.PollingOption: Options that determine the type of tags that a reader session should detect during a polling sequence.
- ReaderError: Possible errors returned by NFCKit and CoreNFC framework reader session.
- NDEFTagProtocol
- NFCReaderSessionProtocol: A general interface for interacting with a reader session.
- NFCTagReaderSessionDelegate: Tag reader session delegate.
- FeliCaEncryptionId: Encryption Identifier parameter in response of Request Service V2.
- ErrorDomain
- ISO15693TagResponseErrorKey: Key in NSError userInfo dictionary. The corresponding value is the NSUInteger error code from tag's response. Refer to ISO15693 specification for the error code values.
- TagResponseUnexpectedLengthErrorKey: Key in NSError userInfo dictionary. Presence of this key indicates the received response packet length is invalid.
Generated at 2021-10-28T15:36:42+0000 using swift-doc 1.0.0-rc.1.