using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LibrarySDR.Enums { public enum GroupMonitorExtResult { OK = 0, NotFound = 1, NotAllowed = 2, Error = 3 } }