![]() |
Diffusion C API 6.11.5
|
Functions which are used for accessing topics and their contents. More...
Functions | |
const char * | topic_get_header_indexed (const TOPIC_MESSAGE_T *topic_message, const int index) |
Access a topic message header by indexed position. | |
Functions which are used for accessing topics and their contents.
Copyright © 2014 - 2023 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.
const char * topic_get_header_indexed | ( | const TOPIC_MESSAGE_T * | topic_message, |
const int | index | ||
) |
Access a topic message header by indexed position.
topic_message | A topic message. |
index | The index of the header to be returned. |
const char * | A pointer to the header in the message (not a copy). |
NULL | If the header could not be found (e.g. index out of range). |