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