feyris-tan ef86554f9a Import
2025-05-12 22:09:16 +02:00

24 lines
357 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace skyscraper2.TsDuckInterface
{
enum Lnb
{
Extended,
Universal,
Enhanced,
DBS,
Standard,
L10700,
L10750,
L11300,
QPH031,
DishPro,
Japan,
Amazonas3,
Amazonas2
}
}