namespace FabAccessAPI { public enum ConnectionStatusChanged { /// /// API-Service has established connection to server /// Connected, /// /// API-Service has closed the connection to a server /// Disconnected, /// /// Connection was lost and the API-Service will try to reconnect automatically /// ConnectionLoss } }