代码小部分调整,继续完善聊天功能

This commit is contained in:
dathlin
2017-05-17 22:20:52 +08:00
parent 1518204867
commit 028c16bae2
4 changed files with 56 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ namespace CommonLibrary
public static string { get; } = "B001";//B开头的是日志请求和清空
public static string { get; } = "B002";
public static string { get; } = "B003";
@@ -43,6 +44,12 @@ namespace CommonLibrary
public static string { get; } = "B005";
public static string { get; } = "B006";
/**************************************************************************************
*
* 为了保证您的指令头不和系统的冲突您的指令头应该以C,D,E,F开头
*
**************************************************************************************/
}
/// <summary>
/// 异步通信的头说明以字母H开头后面跟I,G,K,L,M
@@ -53,11 +60,19 @@ namespace CommonLibrary
public static string { get; } = "H002";
public static string { get; } = "H003";
public static string { get; } = "H004";
public static string { get; } = "HA00";
public static string { get; } = "HA01";
public static string { get; } = "H005";
public static string { get; } = "H006";
public static string { get; } = "H007";
/**************************************************************************************
*
* 为了保证您的指令头不和系统的冲突您的指令头应该以I,J,K,L开头
*
**************************************************************************************/
}
//可以在下面进行扩展,需要保证长度都是统一的
//可以在下面进行扩展,需要保证长度都是统一的,新建您自己的类型
}
}