From 902c7859ee0b13c95539aae7be4e5a596455ab3f Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Thu, 6 Jul 2023 15:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20beff5..0fc7179 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ 不用关心网络底层,直接引用或继承,即可便捷使用。 #使用基础事件回调即可: + OnClientNumberChange//连接数发生变化 + OnDisconnected//断开连接 + OnNetLog//来自网络库的日志信息 + OnReceive//收到网络数据 #Simple目录下,有实例客户端和实例服务端