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