Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

Initialize authentication module.

Files

auth.h / auth.c

Prototype

Arguments

p_err

Pointer to variable that will receive the return error code from this function.

Returned Value

DEF_OK, if initialization was successful.

DEF_FAIL, otherwise.

Callers

Application.

Notes / Warnings

  1. KAL_Init must be called before calling Auth_Init().
  • No labels