Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Open a Bulk IN pipe.

Files

usbdev_api.c

Prototype

Arguments

dev

General handle to device.

if_nbr

Interface number.

alt_set

Alternate setting number for specified interface.

p_err

Pointer to variable that will receive the return error code from this function:

ERROR_SUCCESS
ERROR_INVALID_HANDLE
ERROR_NO_MORE_ITEMS

Returned Value

Handle to Bulk IN pipe, if NO error(s).

INVALID_HANDLE_VALUE, otherwise.

Callers

Application.

Notes / Warnings

None.

  • No labels