external function xf_getPlaintextEchoRequest(
  in CsSpecification p_csSpecification,
  in UInt16 p_patternLength,
  in Oct6 p_macSource,
  in Oct4to16 p_sourceIp,
  in Oct6 p_macDest,
  in Oct4to16 p_destIp,
  in UInt16 p_sequenceNumber,
  out octetstring p_packetIP
) return FncRetCode {...};
Generated with T3Doc 2.0 on Fri Jan 30 15:06:33 CET 2009.

Description

This function gets an plaintext Echo Request message.


Parameters

p_csSpecification
Convergence sublayer to be used
p_patternLength
Payload/Data length of the EchoRequest in units of bytes.
It is used to control the length of the packet that is to be created.
p_macDest
Destination Mac address
p_destIp
Destination IP Address
p_sequenceNumber
ICMP sequence Number
p_packetIP


Returns

FncRetCode