提交 c2d2ac62 编写于 作者: Richard__Hu's avatar Richard__Hu

组件更新,服务器端网络新增发送指定别名客户端数据的功能,v1.6.16

上级 8a59705e
......@@ -43,7 +43,7 @@ namespace CommonLibrary
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.6.15");
SoftBasic.FrameworkVersion = new SystemVersion("1.6.16");
}
......
......@@ -1405,6 +1405,11 @@
发送的数据就是普通的图片数据
</summary>
</member>
<member name="F:HslCommunication.HslCommunicationCode.Hsl_Protocol_User_Exception">
<summary>
发送的数据是一条异常的数据,字符串为异常消息
</summary>
</member>
<member name="F:HslCommunication.HslCommunicationCode.Hsl_Protocol_File_Download">
<summary>
请求文件下载的暗号
......@@ -2356,6 +2361,22 @@
<param name="customer">用户自定义的命令头</param>
<param name="data">需要群发客户端的字节数据</param>
</member>
<member name="M:HslCommunication.Enthernet.NetComplexServer.SendClientByAlias(System.String,HslCommunication.NetHandle,System.String)">
<summary>
根据客户端设置的别名进行发送消息
</summary>
<param name="Alias">客户端上线的别名</param>
<param name="customer">用户自定义的命令头</param>
<param name="str">需要传送的实际的数据</param>
</member>
<member name="M:HslCommunication.Enthernet.NetComplexServer.SendClientByAlias(System.String,HslCommunication.NetHandle,System.Byte[])">
<summary>
根据客户端设置的别名进行发送消息
</summary>
<param name="Alias">客户端上线的别名</param>
<param name="customer">用户自定义的命令头</param>
<param name="data">需要传送的实际的数据</param>
</member>
<member name="M:HslCommunication.Enthernet.NetComplexServer.DataProcessingCenter(HslCommunication.Enthernet.AsyncStateOne,System.Int32,System.Int32,System.Byte[])">
<summary>
数据处理中心
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册