{
{
{    The purpose of this request is to accept a proposal to open a connection.
{ This request will cause delivery of an "accept" event to the user who
{ proposed the connection.  Upon completion of this request the connection is
{ open and may be used to communicate with the user who proposed the
{ connection.
{
{       NLP$TA_ACCEPT_CONNECTION (CL_CONNECTION, CHECKSUM, DATA,
{             EXPEDITED_DATA, PRIORITY, QUALITY_OF_SERVICE, STATUS)
{
{ CL_CONNECTION: (input, output)  This parameter specifies the interlayer
{       connection that is associated with the transport access agent
{       connection to be accepted.
{
{ CHECKSUM: (input)  This parameter specifies that data sent and received by
{       transport in the communication device should be checksummed.
{
{ DATA: (input, output)  This parameter specifies data to be included as part
{       of the "accept" event.  The meaning of this data must be agreed upon by
{       the communicating users.  The length of this data may not exceed 32
{       bytes.  The system buffers containing this data will be released as a
{       result of this request.
{
{ EXPEDITED_DATA: (input)  This parameter specifies whether the transport
{       service provider should process expedited data requests and
{       indications.  Note expedited data can only be negotiated down i.e.  if
{       expedited data was proposed as TRUE on the connect indication expedited
{       data can be negotiated to FALSE.  Conversly, if expedited data was
{       proposed as FALSE it cannot be negotiated to TRUE.
{
{ PRIORITY: (input)  This parameter specifies the priority of the proposed
{       connection.  Zero is the lowest priority and 14 is the highest
{       priority.  A value outside of the zero to 14 range is interpreted as
{       zero.
{
{ QUALITY_OF_SERVICE: (input)  This parameter specifies the transport user's
{       requirements.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             nae$ta_accept_conn_not_pending
{             nae$ta_accept_data_length_error
{             nae$ta_connection_terminated
{
