
{
{ nlc$tm_configuration_ind_wait - a CC connect confirm request with the protocol
{                                 negotiation response has been sent to the
{                                 the TCP/IP communication device (TMAP).
{
{ nlc$tm_enable_host_routing    - the version level and the device configuration
{                                 have been exchanged and validated.  The path
{                                 is open for data transmission - management
{                                 information can be transmitted and received.
{
{ nlc$tm_closed                 - the initial state of the TMAA connection.
{

  TYPE
    nlt$tm_connection_states = (nlc$tm_configuration_ind_wait,
       nlc$tm_enable_host_routing, nlc$tm_closed);

