Record TScanWriteRec
Unit
Declaration
type TScanWriteRec = record
Description
: Record used internaly by protocol driver to execute write by scan (asynchronous).
Overview
Fields
SWID:Cardinal; |
Tag:TTagRec; |
ValuesToWrite:TArrayOfDouble; |
WriteResult:TProtocolIOResult; |
ValueTimeStamp:TDateTime; |
Description
Fields
SWID:Cardinal; |
Identification of the scan write command. |
Tag:TTagRec; |
Structure with informations about the tag. |
ValuesToWrite:TArrayOfDouble; |
Array of values to be written. |
WriteResult:TProtocolIOResult; |
I/O result of the write command. |
ValueTimeStamp:TDateTime; |
Date/time when the values was written. |
Generated by PasDoc 0.14.0.