external function xf_checkPlaintextEchoReply(
  in octetstring p_echoRequest,
  in octetstring p_echoReply,
  in CsSpecification p_csSpecification
) return FncRetCode {...};
Generated with T3Doc 2.0 on Fri Sep 05 17:01:14 CEST 2008.

Description

This function checks if p_echoReply is a plaintext Echo Reply message.
This function must check that ping ID, sequence number and pattern are identical
in Echo Request and in Echo Reply.



Parameters

p_echoRequest
Echo Request
p_echoReply
Echo Reply
p_csSpecification
CS specification


Returns

FncRetCode