ec_message_get_message_size
Last updated March 2020
Name
ec_message_get_message_size — Returns the message size, in bytes
Synopsis
#include "ec_message.h"
| size_t **ec_message_get_message_size** (
| mess)
; | |
Description
Returns the message size.
- mess
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
The size of the message, in bytes.
It is legal to call this function in any thread.
Was this page helpful?