This class is used for overlapped read/write operations only.
Note: An instance of this class must be "alive" during all time of read/write operation. Do not use the same instance for the next read/write operation until the previous opetarion is completed.
| Namespace | FabulaTech.SPC |
|---|---|
| Class Name | FTSPCOverlapped |
| Assembly Name | ftspcnet |
| .NET Component File Name | ftspcnet.dll |
| GetResult | Gets count of bytes of overlapped read/write operation. |
| Wait | Waits for specified period of time (in milliseconds) while overlapped read/write operation is in progress. |