Changeset 575 for PinConnection/Protocols/CommProtocol1.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/Protocols/CommProtocol1.pas
r574 r575 1 unit UCommProtocol1; 2 3 {$mode delphi} 1 unit CommProtocol1; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UVarBlockSerializer, syncobjs, UCommPin, UThreading, 9 UDebugLog, UStreamHelper, StopWatch, SpecializedList, UCommon, 10 DateUtils; 6 Classes, SysUtils, VarBlockSerializer, syncobjs, CommPin, Threading, 7 DebugLog, StreamHelper, StopWatch, SpecializedList, Common, DateUtils; 11 8 12 9 type … … 134 131 SProtocolDecodeError = 'Data decode error'; 135 132 SProtocolNotActive = 'Device protocol not active'; 133 136 134 137 135 implementation … … 547 545 548 546 Lock.Free; 549 inherited Destroy;547 inherited; 550 548 end; 551 549
Note:
See TracChangeset
for help on using the changeset viewer.