Topic Path: Symbol Reference > Functions > IdRawBuildArp Function
ContentsIndexHome
PreviousUpNext
IdRawBuildArp Function
File
procedure IdRawBuildArp(
    const AHwAddressFormat: word; 
    const AProtocolFormat: word; 
    const AHwAddressLen: byte; 
    const AProtocolLen: byte; 
    const AnOpType: word; 
    ASenderHw: TIdEtherAddr; 
    ASenderPr: TIdInAddr; 
    ATargetHw: TIdEtherAddr; 
    ATargetPr: TIdInAddr; 
    const APayload: TIdBytes; 
    var VBuffer: TIdBytes
);
Parameters 
Description 
AHwAddressFormat 
Scope is const. Type is word.
 
AProtocolFormat 
Scope is const. Type is word.
 
AHwAddressLen 
Scope is const. Type is byte.
 
AProtocolLen 
Scope is const. Type is byte.
 
AnOpType 
Scope is const. Type is word.
 
ASenderHw 
Type is TIdEtherAddr.
 
ASenderPr 
Type is TIdInAddr.
 
ATargetHw 
Type is TIdEtherAddr.
 
ATargetPr 
Type is TIdInAddr.
 
APayload 
Scope is const. Type is TIdBytes.
 
VBuffer 
Scope is var. Type is TIdBytes

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