| | |
| | | ShowFunction.FreshAir,ShowFunction.DoorLock, |
| | | ShowFunction.Panel, |
| | | ShowFunction.Sensor,ShowFunction.VideoIntercom, |
| | | ShowFunction.SecurityCenter,ShowFunction.Acst, |
| | | ShowFunction.SecurityCenter,ShowFunction.Acst,ShowFunction.InverterJinmao, |
| | | ShowFunction.MechanicalArm , |
| | | ShowFunction.Series, |
| | | }; |
| | |
| | | /// </summary> |
| | | public bool CheckGPS_IsFirst = true; |
| | | |
| | | /// <summary> |
| | | /// 可视对讲连接方式 |
| | | /// TCP/UDP |
| | | /// </summary> |
| | | public LinphoneConnectType linphoneConnectType = LinphoneConnectType.UDP; |
| | | |
| | | } |
| | | |
| | | public enum LinphoneConnectType |
| | | { |
| | | UDP, |
| | | TCP, |
| | | } |
| | | } |