24 lines
357 B
C#
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
|
|
}
|
|
}
|