Introduction - If you have any usage issues, please Google them yourself
CurrResult: String
CmdInfos: TStringList
CreateTime: TDateTime
//登陆
function LoginHost(AsHostIp:string AsHostPort:integer
AsUserId: string AsPassWord: string): string
//发送命令
function SendCmd(const AsCommond: String AsExpectVal: String=
AsExpectErr: String= ): string
constructor Create(AOwner: TComponent) override
destructor Destroy override
property OnRevStr: TIdTelnetDataAvailEvent read FOnRevStr write FOnRevStr
procedure IdTelnetDataAvailable(Sender: TIdTelnet const Buffer: String)