|
BSL430.NET
1.2.1
|
Defines the control setting for a serial communications device More...
Public Attributes | |
| int | DCBLength |
| Length of the structure in bytes More... | |
| uint | BaudRate |
| Baud rate at which the communications device operates More... | |
| DcbFlags | Flags |
| Various flags that define operation More... | |
| ushort | XonLim |
| Transmit XON threshold More... | |
| ushort | XoffLim |
| Transmit XOFF threshold More... | |
| byte | ByteSize |
| Number of bits in the bytes transmitted and received More... | |
| byte | Parity |
| The parity scheme to be used More... | |
| byte | StopBits |
| Number of stop bits to use More... | |
| byte | XonChar |
| Value of the XON character for both transmission and reception More... | |
| byte | XoffChar |
| Value of the XOFF character for both transmission and reception More... | |
| byte | ErrorChar |
| Value of the character to use when replacing bytes with a parity error More... | |
| byte | EofChar |
| Character to use to signal end of data More... | |
| byte | EvtChar |
| Character to use to signal an event More... | |
Defines the control setting for a serial communications device
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.BaudRate |
Baud rate at which the communications device operates
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.ByteSize |
Number of bits in the bytes transmitted and received
| int RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.DCBLength |
Length of the structure in bytes
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.EofChar |
Character to use to signal end of data
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.ErrorChar |
Value of the character to use when replacing bytes with a parity error
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.EvtChar |
Character to use to signal an event
| DcbFlags RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.Flags |
Various flags that define operation
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.Parity |
The parity scheme to be used
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.StopBits |
Number of stop bits to use
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.XoffChar |
Value of the XOFF character for both transmission and reception
| ushort RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.XoffLim |
Transmit XOFF threshold
| byte RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.XonChar |
Value of the XON character for both transmission and reception
| ushort RJCP.IO.Ports.Native.Windows.NativeMethods.DCB.XonLim |
Transmit XON threshold
1.8.15