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

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.