Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
content_types.h File Reference

Structures representing content types (e.g., used for updating topics). More...

Data Structures

struct  content_s
 Content wrapper for encoding and data. More...
 

Typedefs

typedef struct content_s CONTENT_T
 Content wrapper for encoding and data.
 

Enumerations

enum  CONTENT_ENCODING_T
 The content encoding. More...
 

Functions

 DEPRECATED (void content_free(CONTENT_T *content))
 

Detailed Description

Structures representing content types (e.g., used for updating topics).

Copyright © 2014, 2021 Push Technology Ltd., All Rights Reserved.

Use is subject to license terms.

NOTICE: All information contained herein is, and remains the property of Push Technology. The intellectual and technical concepts contained herein are proprietary to Push Technology and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.

Enumeration Type Documentation

The content encoding.

Currently only NONE is supported.

Function Documentation

DEPRECATED ( void   content_freeCONTENT_T *content)
Deprecated:
This function is deprecated from version 6.1 onwards, and may be removed.

Free all memory associated with a CONTENT_T.

Parameters
contentThe CONTENT_T to be freed.