Contents

IODebuggerTxHandler

Declaration

typedef void (*IODebuggerTxHandler)(IOService *target, void *buffer, UInt32 length);

Parameters

  • target:

    The target object.

  • 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.

Discussion

Defines the transmit handler that must be implemented by the target to service KDP transmit requests. This handler is called by kdpTransmitDispatcher().

See Also

Common Types