Skip to main content

ec_message_set_parser_defaults

Last updated March 2020

Name

ec_message_set_parser_defaults — Set message parsing/validation defaults

Synopsis

#include "ec_message.h"

| void **ec_message_set_parser_defaults** ( | mess); |   |

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

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Set message parsing/validation defaults.

Sets the default parsing parameters onto the supplied message. The defaults are those configured by the administrator in the ecelerity.conf. You should call this function (or ec_message_parser_defaults2) before starting to ec_message_parse a message.

Parameters

mess

the message to apply defaults to.

**Configuration Change. ** This feature is available starting from Momentum 3.0.18.

Was this page helpful?