polling(systemCode:requestCode:timeSlot:completionHandler:)
Sends the Polling command as defined by FeliCa card specification to the tag.
Declaration
func polling(systemCode: Data, requestCode: NFCFeliCaPollingRequestCode, timeSlot: NFCFeliCaPollingTimeSlot, completionHandler: @escaping @Sendable (Data, Data, (any Error)?) -> Void)func polling(systemCode: Data, requestCode: NFCFeliCaPollingRequestCode, timeSlot: NFCFeliCaPollingTimeSlot) async throws -> (Data, Data)