ec_message_get_routing_domain2
Last updated March 2020
Name
ec_message_get_routing_domain2 — Get the routing domain of the message
Synopsis
#include "ec_message.h"
| int **ec_message_get_routing_domain2** (
| message, | |
| | domain)
; | |
Description
Get the routing domain of a message.
- message
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”.
- domain
-
An ec_string structure pointer (string *) which has the length already encoded. For documentation of this data structure see “string”.
This function returns a 1 if the call successfully determined the routing domain. It returns a zero (0) if the routing domain could not be identified.
It is legal to call this function in any thread.
See Also
Was this page helpful?