Contents

MakePipe

build a pipe on a given endpoint

Declaration

virtual IOUSBPipeV2* MakePipe(
 const IOUSBEndpointDescriptor *ep,
 IOUSBSuperSpeedEndpointCompanionDescriptor *sscd,
 IOUSBInterface *interface);

Parameters

  • ep:

    A description of the endpoint

  • sscd:

    The SuperSpeed Companion Descriptor, if any (NULL if none)

  • interface:

    The IOUSBInterface object requesting the pipe returns the desired IOUSBPipe object

See Also

Miscellaneous