
{
{   The purpose of this request is to accept delivery of a connection event.
{ The event to be delivered will be taken from the queue of events which have
{ arrived on the transport connection. The order in which events (with the
{ exclusion of 'expedited events) on a specific connection are delivered will
{ be the same as the order in which they were sent.
{
{       NAP$GT_RECEIVE_CONNECTION_EVENT (CONNECTION_ID, DATA_AREA, WAIT,
{         CONNECTION_EVENT, ACTIVITY_STATUS, STATUS);
{
{ CONNECTION_ID: (input) This parameter specifies the connection on which
{       delivery is to occur.  Only an event sent on this connection will be
{       delivered.
{
{ DATA_AREA: (input) This parameter specifies a data area to receive the data
{       contained in the event.  The data area must contain at least 64 bytes.
{
{ WAIT: (input) This parameter specifies the action to be taken while waiting
{       for the receive connection event operation to complete.  The permitted
{       values are:
{         osc$wait: The calling task is suspended until the receive connection
{           event operation is complete.
{
{         osc$nowait: The calling task executes concurrently with the receive
{           connection event operation.  The nap$gt_await_activity_complete may
{           be used to wait for the operation to complete.
{
{           The lifetimes of the variables specified by DATA_AREA and
{           ACTIVITY_STATUS parameters must exceed the duration of the interval
{           until the operation completes.
{
{ CONNECTION_ EVENT: (output) This parameter specifies the kind of event
{       received and the length of the data.
{
{ ACTIVITY_STATUS: (output) This parameter specifies the status of the receive
{       connection event operation.  The specified variable has the following
{       fields:
{
{         complete: A boolean value which specifies whether the operation is
{           complete.
{
{         status: A status value which specifies the completion status of the
{           operation.  The value is meaningless unless the operation is
{           complete.
{           CONDITIONS: nae$connection_failed.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: nae$connection_not_open, nae$data_area_too_small,
{                   nae$receive_outstanding.
{       IDENTIFIER: 'NA'
{
