sendFeliCaCommand(commandPacket:completionHandler:)

Sends the FeliCa command packet data to the tag.

Declaration

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