Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The LMX_Init function initializes the protection system.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_Init

...


(
   LMX_HANDLE *pLmxHandle

...


);

Parameters

pLmxHandle
[out] Pointer to LM-X handle.

...