requestSystemCode(completionHandler:)

Sends the Request System Code command, as defined by the FeliCa card specification, to the tag.

Declaration

func requestSystemCode(completionHandler: @escaping  @Sendable ([Data], (any Error)?) -> Void)
func requestSystemCode() async throws -> [Data]