◆ CommOverlappedIo()
| RJCP.IO.Ports.Native.Windows.CommOverlappedIo.CommOverlappedIo |
( |
SafeFileHandle |
handle | ) |
|
Initializes a new instance of the CommOverlappedIo class.
- Parameters
-
| handle | The serial port handle. |
◆ DiscardOutBuffer()
| void RJCP.IO.Ports.Native.Windows.CommOverlappedIo.DiscardOutBuffer |
( |
| ) |
|
Discards data from the serial driver's transmit buffer.
This function will discard the receive buffer of the SerialPortStream.
◆ Start()
| void RJCP.IO.Ports.Native.Windows.CommOverlappedIo.Start |
( |
SerialBuffer |
buffer, |
|
|
string |
name |
|
) |
| |
◆ BytesToRead
| int RJCP.IO.Ports.Native.Windows.CommOverlappedIo.BytesToRead |
|
get |
Gets the number of bytes in the driver queue still to be read.
The bytes to read.
◆ BytesToWrite
| int RJCP.IO.Ports.Native.Windows.CommOverlappedIo.BytesToWrite |
|
get |
Gets the number bytes to of data in the transmit buffer.
The number of bytes in the transmit buffer.
◆ IsRunning
| bool RJCP.IO.Ports.Native.Windows.CommOverlappedIo.IsRunning |
|
get |
Test if the I/O thread is running.
The documentation for this class was generated from the following file:
- C:/PROJECTS/C#/BSL430.NET/src/BSL430.NET/Library/serialportstream/2.1.4/src/Native/Windows/CommOverlappedIo.cs