Internet Direct (Indy)
Home
PreviousUpNext
IdRawBuildIcmpTimestamp Function
Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.