{
{      The purpose of this request is to receive data that has been
{ passed along with a connection by a SWITCH_CONNECTION request.  The
{ application may only issue this request after a successful
{ OBTAIN_SWITCHED_CONNECTION request.  The access method will discard
{ its copy of the data after this request is completed, which means
{ that the application must receive all the data with a single request.
{ Also, if the application attempts to send or receive any data on this
{ connection before receiving the switched data the access method will
{ discard the switched data.
{
{ RFP$RECEIVE_SWITCHED_DATA(CONNECTION_NAME, BUFFER, BUFFER_LENGTH,
{   STATUS)
{
{ CONNECTION_NAME: (input) This parameter specifies the file reference
{   of the connection from which the switched data is to be received.
{
{ BUFFER: (input) This parameter specifies the address of the buffer to
{   receive the data.
{
{ BUFFER_LENGTH: (input) This parameter specifies the length of the
{   buffer.  This value should be greater than or equal to the
{   DATA_LENGTH value that was returned by the OBTAIN_SWITCHED_CONNECTION
{   request, because the access method will discard any data that does
{   not fit in the specified buffer.
{
{ STATUS: (output) This parameter returns the results of the request.
{   A status of normal means that all data passed with the connection
{   was received.
{   CONDITIONS:  rfe$connection_not_assigned
{                rfe$no_switched_data
{                rfe$buffer_exhausted
{   IDENTIFIER:  'RF'
{
