AirScout/ScoutBase/ScoutBase.CAT/RigCtlStatus.cs

17 wiersze
269 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ScoutBase.CAT
{
public enum RigCtlStatus
{
stNotConfigured,
stDisabled,
stPortBusy,
stNotResponding,
stOnLine
}
}