config_get_binding_group
Last updated March 2020
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.
- caller_scope
-
A pointer to a generic_module_infrastructure
- slot
-
The binding_group identifier.
On success, this function returns the name of the binding_group. Otherwise it returns NULL.
It is legal to call this function in any thread.
Was this page helpful?