Condividi tramite


funzione ACX_DEVICEINIT_CONFIG_INIT (acxdevice.h)

La funzione ACX_DEVICEINIT_CONFIG_INIT inizializza la struttura ACX_DEVICEINIT_CONFIG.

Sintassi

VOID ACX_DEVICEINIT_CONFIG_INIT(
  PACX_DEVICEINIT_CONFIG Config
);

Parametri

Config

Puntatore alla struttura ACX_DEVICEINIT_CONFIG da inizializzare.

Valore restituito

Nessuno

Osservazioni

Esempio

ACX_DEVICEINIT_CONFIG devInitCfg;
ACX_DEVICEINIT_CONFIG_INIT(&devInitCfg);

Requisiti ACX

versione minima di ACX: 1.0

Per altre informazioni sulle versioni di ACX, vedere panoramica della versione ACX.

Fabbisogno

Requisito Valore
intestazione acxdevice.h

Vedere anche