LUFA Library  111009
PipeStream.h File Reference

Pipe data stream transmission and reception management. More...

#include "../../../Common/Common.h"
#include "USBMode.h"
#include "AVR8/PipeStream_AVR8.h"

Enumerations

enum  Pipe_Stream_RW_ErrorCodes_t {
  PIPE_RWSTREAM_NoError = 0,
  PIPE_RWSTREAM_PipeStalled = 1,
  PIPE_RWSTREAM_DeviceDisconnected = 2,
  PIPE_RWSTREAM_Timeout = 3,
  PIPE_RWSTREAM_IncompleteTransfer = 4
}

Detailed Description

Functions, macros, variables, enums and types related to data reading and writing of data streams from and to pipes.

Note:
This file should not be included directly. It is automatically included as needed by the USB driver dispatch header located in LUFA/Drivers/USB/USB.h.