# Functions
@brief tcp回调函数,解析消息,并触发client协程进行处理
@param url 触发响应包的url
@param buf 响应包
@param cbPara 回调参数,此处为*DirServer
@retVal error
*/.
判断是否收到完整dir包TcapdirCSHead = Magic(2) + Cmd(2) + Version(2) + HeadLen(2) + BodyLen(4) + AppID(8) = 20.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author