Contents

kdpTransmitDispatcher

The KDP transmit dispatch function.

Declaration

static void kdpTransmitDispatcher(
 void *buffer,
 UInt32length);

Parameters

  • buffer:

    KDP transmit buffer. This buffer contains a KDP frame to be sent on the network.

  • length:

    The number of bytes in the transmit buffer.

Overview

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

See Also

Miscellaneous