Source position: modbus_tagscan_req.pas line 11
type TReqItem = record |
||
public |
||
LastUpdate: TDateTime; |
|
|
station: LongInt; |
|
|
func: LongInt; |
|
|
startaddress: LongInt; |
|
|
size: LongInt; |
|
|
UpdateRate: LongInt; |
|
|
Read: Boolean; |
|
|
NeedUpdate: Boolean; |
|
|
class operator equal(TReqItem,TReqItem):Boolean(); |
|
|
|
||
end; |
| CT Web help |
| CodeTyphon Studio |