config_get_binding_id_from_name
Last updated March 2020
Name
config_get_binding_id_from_name — Get the identifier associated with a binding name
Synopsis
#include "ec_config.h"
| ec_binding_slot **config_get_binding_id_from_name** (
| name)
; | |
Description
Get the identifier associated with a binding name.
- name
-
The name of the binding.
This function returns a binding identifier. An ec_binding_slot
is defined as typedef int ec_binding_slot;
.
It is legal to call this function in any thread.
See Also
Was this page helpful?