Enumerations | |
| enum | UpdateActionOption { NOW, DRAIN, FLUSH } |
| Possible update action values. More... | |
| enum | FlowActionOption { OUTPUT_OFF, OUTPUT_ON, INPUT_OFF, INPUT_ON } |
| Possible flow action values. More... | |
| enum | FlushQueueOption { INPUT_QUEUE, OUTPUT_QUEUE, IO_QUEUES } |
| Posslbie queue flushing options values. More... | |
| enum | CharacterSizeOption { CS_BITS_5 = 5, CS_BITS_6 = 6, CS_BITS_7 = 7, CS_BITS_8 = 8 } |
| enum | ParityType { PORT_PARITY_EVEN = 0, PORT_PARITY_ODD = 1 } |
|
|
Possible update action values.
Definition at line 55 of file SerialTypes.h.
|
|
|
Possible flow action values.
Definition at line 64 of file SerialTypes.h.
00065 {
00066 OUTPUT_OFF,
00067 OUTPUT_ON,
00068 INPUT_OFF,
00069 INPUT_ON
00070 };
|
|
|
Posslbie queue flushing options values.
Definition at line 73 of file SerialTypes.h.
00074 {
00075 INPUT_QUEUE,
00076 OUTPUT_QUEUE,
00078 IO_QUEUES
00079 };
|
|
|
Definition at line 81 of file SerialTypes.h.
|
|
|
Definition at line 89 of file SerialTypes.h.
00090 {
00091 PORT_PARITY_EVEN = 0,
00092 PORT_PARITY_ODD = 1
00093 };
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002