X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/786479faf0605d610c93041191ee5bd6d020ccf9..cc879df4f014e403e57caca50a5791c996c0d79c:/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c diff --git a/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c b/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c index 075b2d601..668421d91 100644 --- a/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c +++ b/Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c @@ -30,6 +30,13 @@ #include "PrinterCommands.h" +/** Sends the given data directly to the printer via the data endpoints, for the sending of print commands in printer + * languages accepted by the attached printer (e.g. PCL). + * + * \param[in] PrinterCommands Pointer to the input buffer containing the printer data to send + * + * \return A value from the Pipe_Stream_RW_ErrorCodes_t enum + */ uint8_t Printer_SendData(char* PrinterCommands) { uint8_t ErrorCode;