明白delphi的来看看

明白delphi的来看看,第1张

idicmpclient1.ping()命令会有反馈

reply事件就是idicmpclient控件获得反馈后响应事件

Treplystatus在delphi中的描述是:

TReplyStatus = record

BytesReceived: integer// number of bytes in reply from host

FromIpAddress: string // IP address of replying host

MsgType: byte

SequenceId: word // sequence id of ping reply

// TODO: roundtrip time in ping reply should be float, not byte

MsRoundTripTime: longword// ping round trip time in milliseconds

TimeToLive: byte // time to live

ReplyStatusType: TReplyStatusTypes

end

reply事件就是返回这些参数值的,比如从主机获得的字节数等。


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/dianzi/8312266.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-15
下一篇2023-04-15

发表评论

登录后才能评论

评论列表(0条)

    保存