📄 opcomron.dpr
字号:
library OPCOMRON;
uses
ShareMem,
SysUtils,
Classes,
PubDefinesU in '..\..\..\公用模块\PubDefinesU.pas',
DllMainU in '..\..\..\公用模块\DllMainU.pas',
DrvIntfDefinesU in '..\..\..\公用模块\DrvIntfDefinesU.pas',
EventLogU in '..\..\..\公用模块\EventLogU.pas',
DriverU in 'DriverU.pas',
CommU in 'CommU.pas';
{$E Drv}
{$R *.res}
exports
DriverInit, GetDriverTrigger, DriverStart, DriverStop, DriverFree,
GetDriverStatus, RegisterCommPort, UnRegisterCommPort, GetCommPortStatus,
AddDeviceVariant, DelDeviceVariant, ReadDeviceVariant, WriteDeviceVariant,
ReadDeviceVariantState, SetDebugOption, GetDriverTypeInfo, GetVariantTypeInfo;
begin
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -