Changeset 440 for PinConnection/UPacketBurst.pas
- Timestamp:
- Nov 19, 2012, 2:43:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/UPacketBurst.pas
r414 r440 6 6 7 7 uses 8 Classes, UCommPin, SyncObjs, U StreamHelper, UCommon, SysUtils, SpecializedList,8 Classes, UCommPin, SyncObjs, UCommon, SysUtils, SpecializedList, 9 9 DateUtils, UBinarySerializer; 10 10 … … 138 138 while (SendStream.List.Count - SendStream.Position) > SendBurstSize do begin 139 139 Stream.Count := 0; 140 SendStream.Read Stream(TStream(Stream), SendBurstSize);140 SendStream.ReadList(Stream, 0, SendBurstSize); 141 141 PacketBurstPin.Send(Stream); 142 142 end;
Note:
See TracChangeset
for help on using the changeset viewer.