{
{    The purpose of this request is to retrieve connection attribute values in
{  use for a connection.  The connection whose attributes are to be retrieved is
{  specified via an instance of open of the network file which identifies the
{  local end point of the connection.
{
{    If a connection access attribute is retrieved, the returned value applies
{  only when the connection is accessed via the specified instance of open of
{  the network file.
{
{        NAP$FETCH_ATTRIBUTES (FILE_IDENTIFIER, ATTRIBUTES, STATUS)
{
{  FILE_IDENTIFIER: (input) This parameter specifies the file access identifier
{        established when the network file was opened.
{
{  ATTRIBUTES: (input-output) This parameter specifies (as input) the attributes
{        whose values are to be retrieved and (as output) the current values of
{        these attributes.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              ame$improper_device_class
{              ame$improper_file_id
{              ame$ring_validation_error
{              nae$connection_terminated
{              nae$data_area_too_small
{              nae$unknown_attribute
{              {other BAM conditions}
{
