Contents

kdpSetModeDispatcher

The KDP set mode dispatch function.

Declaration

static boolean_t kdpSetModeDispatcher(
 boolean_tactive);

Parameters

  • active:

    TRUE if entering KDP. FALSE if leaving KDP.

Return Value

Return TRUE if the link is up and data can be sent/received. Otherwise, return FALSE.

Overview

Field KDP set mode requests, then dispatches the call to the registered set mode handler.

See Also

Miscellaneous