Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_WSProtocol > RfcComponents_WSCodec >
RfcComponents_WSCodec_DecodeMsg

函数

RfcComponents_WSCodec_DecodeMsg

功能

解码一个封包

语法

BOOL RfcComponents_WSCodec_DecodeMsg(LPCSTR lpszMsgBuffer, int* pInt_Len, CHAR* ptszMsgBuffer, ENUM_XENGINE_RFCOMPONENTS_WEBSOCKET_OPCODE* pen_OPCode = NULL)

参数

 参数.一:lpszMsgBuffer
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:要解码的数据缓冲区
 参数.二:pInt_Len
  In/Out:In/Out
  类型:整数型指针
  可空:N
  意思:输入要解码的大小,输出数据大小
 参数.三:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出解码好的缓冲区
 参数.四:pen_OPCode
  In/Out:Out
  类型:枚举型指针
  可空:Y
  意思:输出数据负载类型

返回值

类型:逻辑型
意思:是否成功

备注

 

示例