Skip to main content

accept_construct_get_message_construct

Last updated March 2020

Name

accept_construct_get_message_construct — Add a function to return message_construct from accept_construct

Synopsis

#include "netlistener.h"

| struct _message_construct * **accept_construct_get_message_construct** ( | ac); |   |

struct _accept_construct * <var class="pdparam">ac</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.

Add a function to return message_construct from accept_construct.

(NOTE: this is to be used by Lua script (LuaGen generated function. if there is another way to do the samething, this API should be removed.)

Parameters

ac

-- accept_contruct

Return Values

message_construct

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

Was this page helpful?