Contents

getMinPacketSize

Gets the minimum packet size supported by the controller.

Declaration

virtual IOReturn getMinPacketSize(
 UInt32 *minSize) const = 0;

Parameters

  • minSize:

    Pointer to the return value.

Return Value

Returns kIOReturnSuccess on success, or an error code otherwise.

See Also

Miscellaneous