- Overview
ActiveX Component Reference
- Getting Started
FTSPCControl Class
- FTSPCControl Class description
Methods
- Close Method
- Open Method
- SetSettingsFromString Method
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- CancelIO Method
- Flush Method
- GetLastError Method
- PurgeQueue Method
- SetBreak Method
Properties
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
FTSPCOverlapped Class
.NET Component Reference
- Getting Started
FTSPCControl Class
- FTSPCControl Class description
Methods
- Close Method
- Open Method
- SetSettingsFromString Method
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- CancelIO Method
- Flush Method
- PurgeQueue Method
- SetBreak Method
Properties
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
FTSPCOverlapped Class
FTSPCException Class
Borland Component Reference
- Getting Started
FTSPCControl Class
- FTSPCControl Class description
Methods
- Close Method
- Open Method
- SetSettingsFromString Method
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- CancelIO Method
- Flush Method
- PurgeQueue Method
- SetBreak Method
Properties
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
FTSPCOverlapped Class
FTSPCException Class
ReadOverlapped Method
Performs an asynchronous read operation (overlapped).
Syntax
Visual Basic .NET | Sub ReadOverlapped(ByVal OV As FTSPCOverlapped, ByVal DataBuffer As System.IntPtr, ByVal BytesToRead As UInt32) |
---|---|
Visual C# | void ReadOverlapped(FTSPCOverlapped OV, IntPtr DataBuffer, UInt32 BytesToRead); |
Parameters
OV
[in] Instance of FTSPCOverlapped Class.
DataBuffer
[in] Destination buffer.
BytesToRead
[in] Number of bytes to read.
Remarks
OV and DataBuffer must be "alive" during all time of the operation.
You should call GetResult method of OV instance to get status of the operation.