X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2Fftdi.hpp;h=2289a84cbda8107e48c50824a599dd90af9bb66f;hp=4e3511d37c023430e8a340cc2d24ab5134c357b3;hb=26537a2dec68c3be9d597ae903dc0ffde7d1a599;hpb=fb56d9cf14f34dda2d7b154f16a0c08ad8b639f9 diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp index 4e3511d..2289a84 100644 --- a/ftdipp/ftdi.hpp +++ b/ftdipp/ftdi.hpp @@ -55,16 +55,16 @@ public: */ enum Direction { - Input, - Output + Input = 0x2, + Output = 0x1, }; /*! \brief Modem control flags. */ enum ModemCtl { - Dtr, - Rts + Dtr = 0x2, + Rts = 0x1, }; /* Constructor, Destructor */