Contents

withTarget(OSObject *, IOOutputAction, UInt32, UInt32)

Factory method that constructs and initializes an IOBasicOutputQueue object.

Declaration

static IOBasicOutputQueue * withTarget(
 OSObject *target, 
 IOOutputActionaction, 
 UInt32capacity, 
 UInt32priorities);

Parameters

  • target:

    The object that will handle packets removed from the queue.

  • action:

    The function that will handle packets removed from the queue.

  • capacity:

    The initial capacity of the output queue.

  • priorities:

    The number of traffic priorities supported

Return Value

Returns an IOBasicOutputQueue object on success, or 0 otherwise.

See Also

Miscellaneous