Skip to main content

Name

config_get_binding_group — Get the name of a binding group

Synopsis

#include "ec_config.h"

| const char * **config_get_binding_group** ( | caller_scope, |   | |   | slot); |   |

generic_module_infrastructure * <var class="pdparam">caller_scope</var>; int <var class="pdparam">slot</var>;

Description

Get the name of the binding_group.

Note

The caller_scope argument is virtually always NULL; there is no reason for a consumer to make it anything else.

Parameters

caller_scope
slot

The binding_group identifier.

Return Values

On success, this function returns the name of the binding_group. Otherwise it returns NULL.

Threading

It is legal to call this function in any thread.

Was this page helpful?