
{
{   The purpose of this request is to accept delivery of a connect event (i.e.,
{ the indication of a peer's desire to establish a connection).  The event
{ delivered has been taken from the queue of connect events which have arrived
{ at the transport sap.
{
{       NAP$GT_RECEIVE_CONNECT_EVENT (SAP_ID, DATA_AREA, WAIT, CONNECT_EVENT,
{         ACTIVITY_STATUS, STATUS)
{
{ SAP_ID: (input) This parameter specifies an open service access point over
{       which delivery is to occur.  Only an event sent to this service
{       access point 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 32 bytes.
{
{ WAIT: (input) This parameter specifies the action to be taken while waiting
{       for the receive connect event operation to complete.  The permitted
{       values are:
{         osc$wait: The calling task is suspended until the receive connect
{           event operation is complete.
{
{         osc$nowait: The calling task executes concurrently with the receive
{           connect 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.
{
{ CONNECT_EVENT: (output) This parameter specifies the connect event received.
{
{ ACTIVITY_STATUS: (output) This parameter specifies the status of the receive
{       connect 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$sap_failed.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: nae$sap_not_open, nae$data_area_too_small,
{                   nae$receive_outstanding.
{       IDENTIFIER: 'NA'
{
