Function ndpi_serialize_string_double
Defined in File ndpi_api.h
Function Documentation
-
int ndpi_serialize_string_double(ndpi_serializer *serializer, const char *key, double value, const char *format)
Serialize a string key and a a double value
- Parameters:
serializer – The serializer handle
key – The field name or ID
value – The field value
format – The double format
- Returns:
0 on success, a negative number otherwise