Properties for configuring individual message transmission.
More...
Properties for configuring individual message transmission.
◆ CT_MESSAGE_CHECKSUM_FULL_COVERAGE
| #define CT_MESSAGE_CHECKSUM_FULL_COVERAGE UINT32_MAX |
Special value: Full checksum coverage for individual message.
Definition at line 436 of file ctaps.h.
◆ ct_message_properties_free()
Free resources in message properties.
- Parameters
-
| [in] | message_properties | structure to free |
◆ ct_message_properties_new()
Create a new message properties object with default values.
Allocates and initializes a new message properties object on the heap. The returned object must be freed with ct_message_properties_free().
- Returns
- Pointer to newly allocated message properties, or NULL on allocation failure.