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