Skip to main content

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); |   |

ec_message * <var class="pdparam">mess</var>;

Description

Returns the message size.

Parameters

mess

A pointer to an ec_message struct. For documentation of this data structure see “ec_message”

Return Values

The size of the message, in bytes.

Threading

It is legal to call this function in any thread.

Was this page helpful?