Changeset 575 for PinConnection/CommConnector.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/CommConnector.pas
r574 r575 1 unit UCommConnector; 2 3 {$mode delphi} 1 unit CommConnector; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UCommPin, UCommSerialPort, UCommTCPClient, UCommThread, 9 UCommHub, UCommTCPServer, UCommTelnet, 10 UCommTelnetComPortOption; 6 Classes, SysUtils, CommPin, CommSerialPort, CommTCPClient, CommThread, 7 CommHub, CommTCPServer, CommTelnet, CommTelnetComPortOption; 11 8 12 9 type … … 49 46 property Active: Boolean read FActive write SetActive; 50 47 end; 48 51 49 52 50 implementation … … 149 147 end; 150 148 151 152 149 constructor TDeviceConnector.Create; 153 150 begin … … 191 188 end; 192 189 193 194 195 190 end. 196 191
Note:
See TracChangeset
for help on using the changeset viewer.