FTSPCOverlapped Class

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.

General Names

Namespace FabulaTech.SPC
Class Name FTSPCOverlapped
Assembly Name ftspcnet
.NET Component File Name ftspcnet.dll

Methods

GetResultGets count of bytes of overlapped read/write operation.
WaitWaits for specified period of time (in milliseconds) while overlapped read/write operation is in progress.