Function ndpi_serialize_start_of_block_uint32
- Defined in File ndpi_api.h 
Function Documentation
- 
int ndpi_serialize_start_of_block_uint32(ndpi_serializer *serializer, u_int32_t key)
- Serialize the start of a block with a numeric key - Parameters:
- serializer – The serializer handle 
- key – The numeric key as 32-bit unsigned integer. 
 
- Returns:
- 0 on success, a negative number otherwise