
{
{   NLC$TA_CLOSED                   - the connection has been disconnected or
{                                     the connections inital state.
{   NLC$TA_CONNECT_CONFIRM_WAIT     - a connection request has been sent to the
{                                     peer.  Waiting for the peer to respond
{                                     with a confirm or a reject (disconnect).
{   NLC$TA_CONNECT_RESPONSE_WAIT    - a connect indication has been received
{                                     from the peer.  A connect indication
{                                     has been sent to the user.  Waiting for
{                                     the user to respond with an accept or a
{                                     reject (disconnect).
{   NLC$TA_OPEN                     - the connection is open.

  TYPE
    nlt$ta_connection_states = (nlc$ta_closed, nlc$ta_connect_confirm_wait,
          nlc$ta_connect_response_wait, nlc$ta_open);

