Topic Path: Symbol Reference > Functions > IdRawBuildIp Function
ContentsIndexHome
PreviousUpNext
IdRawBuildIp Function
File
procedure IdRawBuildIp(
    ALen: word; 
    ATos: byte; 
    AnId: word; 
    AFrag: word; 
    ATtl: byte; 
    AProtocol: byte; 
    ASource: TIdInAddr; 
    ADest: TIdInAddr; 
    const APayload: TIdBytes; 
    var VBuffer: TIdBytes; 
    const AIdx: Integer = 0
);
Parameters 
Description 
ALen 
Type is word.
 
ATos 
Type is byte.
 
AnId 
Type is word.
 
AFrag 
Type is word.
 
ATtl 
Type is byte.
 
AProtocol 
Type is byte.
 
ASource 
Type is TIdInAddr.
 
ADest 
Type is TIdInAddr.
 
APayload 
Scope is const. Type is TIdBytes.
 
VBuffer 
Scope is var. Type is TIdBytes.
 
AIdx 
Scope is const. Type is Integer. Default value is 0. 

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