procedure IdRawBuildRip(
const ACommand: byte;
const AVersion: byte;
const ARoutingDomain: word;
const AnAddressFamily: word;
const ARoutingTag: word;
const AnAddr: longword;
const AMask: longword;
const ANextHop: longword;
const AMetric: longword;
const APayload: TIdBytes;
var VBuffer: TIdBytes
);|
Parameters |
Description |
|
ACommand |
Scope is const. Type is byte. |
|
AVersion |
Scope is const. Type is byte. |
|
ARoutingDomain |
Scope is const. Type is word. |
|
AnAddressFamily |
Scope is const. Type is word. |
|
ARoutingTag |
Scope is const. Type is word. |
|
AnAddr |
Scope is const. Type is longword. |
|
AMask |
Scope is const. Type is longword. |
|
ANextHop |
Scope is const. Type is longword. |
|
AMetric |
Scope is const. Type is longword. |
|
APayload |
Scope is const. Type is TIdBytes. |
|
VBuffer |
Scope is var. Type is TIdBytes. |
IdRawBuildRip 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.
|