![]() |
Diffusion C API 6.11.5
|
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)) | |
Structures representing content types (e.g., used for updating topics).
Copyright © 2014 - 2024 DiffusionData Ltd., All Rights Reserved.
Use is subject to licence terms.
NOTICE: All information contained herein is, and remains the property of DiffusionData. The intellectual and technical concepts contained herein are proprietary to DiffusionData and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
enum CONTENT_ENCODING_T |
The content encoding.
Currently only NONE is supported.
DEPRECATED | ( | void | content_freeCONTENT_T *content | ) |
Free all memory associated with a CONTENT_T.
content | The CONTENT_T to be freed. |