Internet Direct (Indy)
Home
PreviousUpNext
IdRawBuildIcmpTimeExceed Function
Pascal
procedure IdRawBuildIcmpTimeExceed(
    const AType: byte; 
    const ACode: byte; 
    const AnOrigLen: word; 
    const AnOrigTos: byte; 
    const AnOrigId: word; 
    const AnOrigFrag: word; 
    const AnOrigTtl: byte; 
    const AnOrigProtocol: byte; 
    const AnOrigSource: TIdInAddr; 
    const AnOrigDest: TIdInAddr; 
    const AnOrigPayload: TIdBytes; 
    var VBuffer: TIdBytes
);
Parameters 
Description 
AType 
Scope is const. Type is byte.
 
ACode 
Scope is const. Type is byte.
 
AnOrigLen 
Scope is const. Type is word.
 
AnOrigTos 
Scope is const. Type is byte.
 
AnOrigId 
Scope is const. Type is word.
 
AnOrigFrag 
Scope is const. Type is word.
 
AnOrigTtl 
Scope is const. Type is byte.
 
AnOrigProtocol 
Scope is const. Type is byte.
 
AnOrigSource 
Scope is const. Type is TIdInAddr.
 
AnOrigDest 
Scope is const. Type is TIdInAddr.
 
AnOrigPayload 
Scope is const. Type is TIdBytes.
 
VBuffer 
Scope is var. Type is TIdBytes

IdRawBuildIcmpTimeExceed 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.