WingMan – Diff between revs 10 and 32

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 32
Line 3... Line 3...
3 public enum MqttCommunicationType 3 public enum MqttCommunicationType
4 { 4 {
5 Server, 5 Server,
6 Client 6 Client
7 } 7 }
8 } 8 }
9   9