requestResponse(completionHandler:)
Sends the Request Response command, as defined by the FeliCa card specification, to the tag.
Declaration
func requestResponse(completionHandler: @escaping @Sendable (Int, (any Error)?) -> Void)func requestResponse() async throws -> Int