ec_message_get_message_size
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)
; | |
ec_message * <var class="pdparam">mess</var>
;
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.