📄 bmg.int
字号:
unit BMG;
{ Listing generated by Opus Documentor 1.2.1.1147 on 2.1.2007 }
{ Parts omitted from listing: protected, private, undocumented }
{==============================================================================}
interface
uses
Connect, CommConnect, Classes, SysUtils, SyncObjs, Windows;
type
TBMG = class( TLogConnection )
public
LastNakCmd: Byte;
LastNakError: Word;
public
property Version: Word read;
published
property Params: TStrings read write;
property ComDevice: TCommunicationConnection read write;
property RepeatCount: Integer read write
default 5;
property OnRxChar: TRxCharEvent read write;
property OnRxCommand: TRxCommandEvent read write;
property OnRxCommandBeforeAcknowledge: TRxCommandBeforeAcknowledgeEvent read write;
end {TBMG};
TBMGClient = class( TBMG )
end {TBMGClient};
{==============================================================================}
implementation
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -