Line 15... |
Line 15... |
// Creator: Dan Gisselquist, Ph.D.
|
// Creator: Dan Gisselquist, Ph.D.
|
// Gisselquist Technology, LLC
|
// Gisselquist Technology, LLC
|
//
|
//
|
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
//
|
//
|
// Copyright (C) 2015, Gisselquist Technology, LLC
|
// Copyright (C) 2015-2016, Gisselquist Technology, LLC
|
//
|
//
|
// This program is free software (firmware): you can redistribute it and/or
|
// This program is free software (firmware): you can redistribute it and/or
|
// modify it under the terms of the GNU General Public License as published
|
// modify it under the terms of the GNU General Public License as published
|
// by the Free Software Foundation, either version 3 of the License, or (at
|
// by the Free Software Foundation, either version 3 of the License, or (at
|
// your option) any later version.
|
// your option) any later version.
|
Line 83... |
Line 83... |
virtual void close(void);
|
virtual void close(void);
|
virtual int read(char *buf, int len);
|
virtual int read(char *buf, int len);
|
virtual int read(char *buf, int len, int timeout_ms);
|
virtual int read(char *buf, int len, int timeout_ms);
|
virtual void write(char *buf, int len);
|
virtual void write(char *buf, int len);
|
virtual bool poll(unsigned ms);
|
virtual bool poll(unsigned ms);
|
|
virtual int available(void);
|
};
|
};
|
|
|
#endif // USBI_H
|
#endif // USBI_H
|
|
|
|
|
No newline at end of file
|
No newline at end of file
|