Topic Path: Symbol Reference > Functions > IdRawBuildIcmpTimestamp Function
ContentsIndexHome
PreviousUpNext
IdRawBuildIcmpTimestamp Function
File
procedure IdRawBuildIcmpTimestamp(
    const AType: byte; 
    const ACode: byte; 
    const AnId: word; 
    const ASeq: word; 
    const AnOtime: TIdNetTime; 
    const AnRtime: TIdNetTime; 
    const ATtime: TIdNetTime; 
    const APayload: TIdBytes; 
    var VBuffer: TIdBytes
);
Parameters 
Description 
AType 
Scope is const. Type is byte.
 
ACode 
Scope is const. Type is byte.
 
AnId 
Scope is const. Type is word.
 
ASeq 
Scope is const. Type is word.
 
AnOtime 
Scope is const. Type is TIdNetTime.
 
AnRtime 
Scope is const. Type is TIdNetTime.
 
ATtime 
Scope is const. Type is TIdNetTime.
 
APayload 
Scope is const. Type is TIdBytes.
 
VBuffer 
Scope is var. Type is TIdBytes

IdRawBuildIcmpTimestamp is a procedure.

Topic generated.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.