using System; using System.Collections.Generic; using System.Text; namespace Esiur.Protocol { public enum EpConnectionStatus { Closed, Connecting, Connected } }