ACX_PNPEVENT_CONFIG_INIT function (acxevents.h)

The ACX_PNPEVENT_CONFIG_INIT function initializes an ACX_PNPEVENT_CONFIG structure. No inputs are used with this function.

Syntax

void ACX_PNPEVENT_CONFIG_INIT(
  PACX_PNPEVENT_CONFIG Config
);

Parameters

Config

An initialized ACX_PNPEVENT_CONFIG structure that will be used to describe the configuration of the event.

Return value

None

Remarks

Example

The example shows the use of the ACX_PNPEVENT_CONFIG_INIT.


    ACX_PNPEVENT_CONFIG audioModuleEventCfg;

    ACX_PNPEVENT_CONFIG_INIT(&audioModuleEventCfg);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxevents.h

See also