Skip to main content

config_get_binding_name_from_id

Last updated March 2020

Name

config_get_binding_name_from_id — Get the binding name associated with the specified identifier

Synopsis

#include "ec_config.h"

| char * **config_get_binding_name_from_id** ( | slot); |   |

ec_binding_slot <var class="pdparam">slot</var>;

Description

Get the binding name associated with the specified identifier.

Parameters

slot

This parameter is an ec_binding_slot which is defined as: typedef int ec_binding_slot;.

Return Values

This function returns the binding name associated with the specified slot.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?