lockAFI(requestFlags:completionHandler:)
Sends the Lock AFI command (0x28 command code), as defined in the ISO 15693-3 specification, to the tag.
Declaration
func lockAFI(requestFlags flags: NFCISO15693RequestFlag, completionHandler: @escaping @Sendable ((any Error)?) -> Void)func lockAFI(requestFlags flags: NFCISO15693RequestFlag) async throws