ec_message_register_parser
Last updated March 2020
Name
ec_message_register_parser — Replaces the core message parser
Synopsis
#include "ec_message.h"
| int **ec_message_register_parser** (
| parser)
; | |
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.
Replaces the core message parser.
If you want to replace the core message parser with your own implementation, you would do so by calling this function during the post_init phase.
- parser
-
the replacement parser.
Returns 0 on failure, 1 on success.
Was this page helpful?