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 Jan 30 15:06:33 CET 2009.

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