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
ProgId | FTSPC.FTSPCOverlapped |
---|---|
COM Class Name | FTSPCOverlapped |
COM Interface Name (C++) | IFTSPCOverlapped |
Type Library Name | FabulaTech Serial Port Control Library |
ActiveX File Name |
Methods
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. |