MD_Finalize

This function is used to finalize the message dispatch library. After this function returns, only the MD_Initialize() function should be called. All other functions will return error code MDR_NOT_INITIALIZED.

Synopsis

#include <md.h>
void MD_Finalize(void)

Input Requirements

The message dispatch library has been initialized via the MD_Initialize() function.

Return Value

None