EpcTools
An event based multi-threaded C++ development framework.
|
Functions to encode/decode freeDiameter messages and grouped AVP's to and from a JSON string. More...
#include <freeDiameter/freeDiameter-host.h>
#include "freeDiameter/libfdproto.h"
#include "freeDiameter/libfdcore.h"
Go to the source code of this file.
Functions | |
int | fdJsonAddAvps (const char *json, msg_or_avp *msg, void(*errfunc)(const char *)) |
Adds the AVP from the JSON string to a freeDiameter message or grouped AVP. More... | |
const char * | fdJsonGetJSON (msg_or_avp *msg, void(*errfunc)(const char *)) |
Converts the AVP's from a freeDiameter message or grouped AVP to a JSON string. More... | |
Functions to encode/decode freeDiameter messages and grouped AVP's to and from a JSON string.
int fdJsonAddAvps | ( | const char * | json, |
msg_or_avp * | msg, | ||
void(*)(const char *) | errfunc | ||
) |
const char* fdJsonGetJSON | ( | msg_or_avp * | msg, |
void(*)(const char *) | errfunc | ||
) |