| | |
| | | public static List<String> rcuIpList = new ArrayList<>();//统计Rcu ip地址列表 |
| | | public static List<DevicesData> devicesDataList = new ArrayList<>();//统计搜索列表 |
| | | public static List<DevicesData> realDevicesDataList = new ArrayList<>();//统计搜索列表 |
| | | |
| | | |
| | | private static Context viewContext; |
| | | public static List<ListRemarks> listRemarks = new ArrayList<>(); |
| | | public static List<RcuLight> rcuLightList = new ArrayList<>(); |
| | |
| | | // HDLUdpCore.initMulticastSocket6000(); |
| | | } |
| | | |
| | | |
| | | public static Context getViewContext() { |
| | | return viewContext; |
| | | } |
| | | |
| | | /** |
| | | * 释放Socket |