X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2Fftdi.hpp;h=dc035cc92bce45c62ab41602b11f42853299a545;hp=a438d968a87832918067f8d0cdfdeb21f63b43d6;hb=06358114cd5be4e72058048fa9b82f8fc060ca26;hpb=c45d26308211c383903cb06f15ba7575d807fe06 diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp index a438d96..dc035cc 100644 --- a/ftdipp/ftdi.hpp +++ b/ftdipp/ftdi.hpp @@ -2,11 +2,11 @@ ftdi.hpp - C++ wrapper for libftdi ------------------- begin : Mon Oct 13 2008 - copyright : (C) 2008-2014 by Marek Vavruša and libftdi developers + copyright : (C) 2008-2017 by Marek Vavruša and libftdi developers email : opensource@intra2net.com and marek@vavrusa.com ***************************************************************************/ /* -Copyright (C) 2008-2014 by Marek Vavruša and libftdi developers +Copyright (C) 2008-2017 by Marek Vavruša and libftdi developers The software in this package is distributed under the GNU General Public License version 2 (with a special exception described below). @@ -134,8 +134,8 @@ public: const char* error_string(); protected: - int get_strings(); - int get_strings_and_reopen(); + int get_strings(bool vendor=true, bool description=true, bool serial=true); + int get_strings_and_reopen(bool vendor=true, bool description=true, bool serial=true); /* Properties */ struct ftdi_context* context();