stayQuiet(completionHandler:)

Sends a Stay Quiet command (0x02 command code), as defined in the ISO 15693-3 specification, to the tag.

Declaration

func stayQuiet(completionHandler: @escaping  @Sendable ((any Error)?) -> Void)
func stayQuiet() async throws