Contents

IODebuggerLinkStatusHandler

Declaration

typedef UInt32 (*IODebuggerLinkStatusHandler)(IOService *target);

Parameters

  • target:

    The target object.

Return Value

Return link status.

Discussion

Defines the link up handler that must be implemented by the target to service KDP link status requests. This handler is called by kdpLinkStatusDispatcher().

See Also

Common Types