{
{      The purpose of this request is to suspend execution of the
{ requesting task until a response is received for a previous
{ request to establish a connection.
{
{      This request is terminated when the server response is received
{ or when the specified time interval expires (whichever comes first).
{
{      If this request is issued for a connection that is already
{ established a normal status is returned.
{
{ RFP$AWAIT_SERVER_RESPONSE(CONNECTION_FILE, WAIT_TIME, SERVER_RESPONSE,
{   STATUS)
{
{ CONNECTION_FILE: (input) This parameter specifies the name of the
{   connection file, which has a pending connect request.
{
{ WAIT_TIME: (input) This parameter specifies the number of milliseconds
{   that the access method should wait for a server
{   response.  If no response is given within the specified time a
{   status of 'rfe$no_server_response' is returned.  A value of zero
{   can be used to avoid waiting.
{
{ SERVER_RESPONSE: (output) This parameter specifies the response data
{   that was sent from the server application.
{
{   Currently, the access method only allows additional information
{   to be passed on server rejects.  This field is only meaningful if the
{   status is 'rfe$server_reject_response'.
{
{ STATUS: (output) This parameter returns the result of the request.
{   A status of normal means the requested connection has been
{   accepted by the server.
{   CONDITIONS:  rfe$access_code_invalid
{                rfe$client_disabled
{                rfe$client_undefined
{                rfe$client_nad_disabled
{                rfe$client_nad_undefined
{                rfe$client_pid_disabled
{                rfe$client_pid_undefined
{                rfe$connection_not_active
{                rfe$connection_rejected
{                rfe$connection_terminated
{                rfe$device_invalid
{                rfe$local_nad_failure
{                rfe$no_server_response
{                rfe$password_undefined
{                rfe$remote_host_busy
{                rfe$remote_rhf_shutdown
{                rfe$rhf_not_active
{                rfe$server_busy
{                rfe$server_disabled
{                rfe$server_lid_disabled
{                rfe$server_lid_undefined
{                rfe$server_reject_response
{                rfe$server_undefined
{                rfe$switch_accepted
{                rfe$switch_offered
{                rfe$system_interrupt
{                rfe$system_task_shutdown
{                rfe$tcu_disabled
{                rfe$tcu_invalid
{                rfe$unknown_reject_code
{   IDENTIFIER:  'RF'
{
