{
{      The purpose of this request is to wait for the occurence of
{ an LCN connection related event.  Currently the only connection events
{ are;
{
{    1)   input available:  There is incoming data available for the
{         corresponding connection.
{
{    2)   output below threshold:  The amount of data, waiting to be
{         sent across the connection, is below the threshold level.
{
{ RFP$AWAIT_RHFAM_EVENT(CONNECTION_IDENTIFIER, EVENT, WAIT_TIME,
{   STATUS)
{
{ CONNECTION_IDENTIFIER: (input) This parameter specifies the identifier
{   of the open connection file which the event must be for.
{
{ EVENT: (input) This parameter specifies the connection event that
{   the requester is waiting to occur.
{
{ WAIT_TIME: (input) This parameter specifies the amount of time that the
{   access method should wait for the specified event to occur.  A value
{   of zero can be specified to avoid waiting.  If the wait_time expires
{   before the event occurs, a status of 'rfe$no_available_event' is
{   returned.
{
{ STATUS: (output) This parameter returns the results of the request.
{   A status of normal means the connection is established and in
{   a normal state.
{   CONDITIONS:  ame$improper_file_id
{                rfe$connect_in_progress
{                rfe$connected
{                rfe$connection_not_active
{                rfe$connection_rejected
{                rfe$connection_terminated
{                rfe$file_device_class_not_rhf
{                rfe$no_available_event
{                rfe$local_nad_failure
{                rfe$switch_accepted
{                rfe$switch_offered
{                rfe$system_interrupt
{                rfe$system_task_shutdown
{   IDENTIFIER:  'RF'
{
