old mode 100755
new mode 100644
| | |
| | | public static class Global |
| | | { |
| | | /// <summary> |
| | | /// 本地子网号 |
| | | /// ���������� |
| | | /// </summary> |
| | | public static readonly byte LocalSubnetID = 252; |
| | | public static readonly byte LocalSubnetID = 0; |
| | | /// <summary> |
| | | /// 本地设备号 |
| | | /// �����豸�� |
| | | /// </summary> |
| | | public static readonly byte LocalDeviceID = 252; |
| | | /// <summary> |
| | | /// 本地设备类型 |
| | | /// �����豸���� |
| | | /// </summary> |
| | | public static readonly int DeviceType = 0xFFFC; |
| | | |
| | | /// <summary> |
| | | /// 获取当前wifi的IP地址 |
| | | /// ��ȡ��ǰwifi��IP��ַ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public static string IpAddress |