Class: RS232::DCB
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- RS232::DCB
- Defined in:
- lib/rs232.rb
Overview
this struct is used by windows to configure the COMM port
Constant Summary collapse
- Sizeof =
uint32 fNull :1;
uint32 fRtsControl :2; uint32 fAbortOnError :1; uint32 fDummy2 :17;
28
- ONESTOPBIT =
this is used to tell windows the size of its own struct, not sure why it is necessary (different Windows version)
0
- NOPARITY =
0