WingMan – Diff between revs 5 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 7
Line 1... Line -...
1 using System; -  
2 using System.Collections.Generic; -  
3 using System.Linq; -  
4 using System.Text; -  
5 using System.Threading.Tasks; -  
6   -  
7 namespace WingMan 1 namespace WingMan.Communication
8 { 2 {
9 public enum MQTTCommunicationType 3 public enum MQTTCommunicationType
10 { 4 {
11 Server, 5 Server,
12 Client 6 Client