Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_SnmpProtocol > RfcComponents_SnmpParse >
RfcComponents_SnmpParse_Protocol

函数

RfcComponents_SnmpParse_Protocol

功能

SNMP协议解析函数

语法

BOOL RfcComponents_SnmpParse_Protocol(LPCSTR lpszMsgBuffer, int nMsgLen, RFCSNMP_PROTOCOL * pSt_SNMPProtocol)

参数

 参数.一:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出打好包的缓冲区
 参数.二:pInt_MsgLen
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出缓冲区大小
 参数.三:pSt_SNMPProtocol
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输出解析到的内容

返回值

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

备注

 

示例