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