resetMode(completionHandler:)

Sends the Reset Mode command, as defined by the FeliCa card specification, to the tag.

Declaration

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