Skip to main content

Name

ec_control_register_type — Register a command handler (deprecated)

Synopsis

#include "control.h"

| void **ec_control_register_type** ( | type); |   |

ec_control_type * <var class="pdparam">type</var>;

Description

Register a command handler (deprecated).

Deprecated

Momentum 3.0 offers better APIs. See ec_control_register_command3 and ec_control_register_command2.

Was this page helpful?