requestSpecificationVersion(completionHandler:)

Sends the Request Specification Version command, as defined by the FeliCa card specification, to the tag.

Declaration

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