More documentation and Cisco support.

FossilOrigin-Name: 0a22e4c44b2df5712b2f8edaea0712fcc7fc0ca953e86179c0a653a484197a43
This commit is contained in:
7u83@mail.ru
2015-03-15 19:53:21 +00:00
parent 93ba625c7a
commit b5bacff6a3
32 changed files with 400 additions and 96 deletions

View File

@ -20,7 +20,6 @@
* @file
* @brief Defines cwread_change_state_even_request function.
*
* Full text
*/
#include <stdio.h>
@ -56,7 +55,11 @@ foundX:
}
/**
* @brief Read elements of a Change State Event Request message.
* Read elements of a Change State Event Request message.
* @param wtpinfo wtpinfo where the results are stored.
* @param msg a pointer to the message
* @param len length of the message
* @return result code
*/
int cwread_change_state_event_request(struct wtpinfo * wtpinfo, uint8_t * msg, int len)
{