Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Files

usbdev_api.c

Prototype

Code Block
languagecpp
void  USBDev_PipeRdAsync (HANDLE                    pipe,
                          UCHAR                    *p_buf,
                          DWORD                     buf_len,
                          USBDEV_PIPE_RD_CALLBACK   callback,
                          void                     *p_callback_arg,
                          DWORD                    *p_err);


Arguments

pipe

Pipe handle.

...