{  NLT$CC_CONNECTION_CLASS  }

CONST
  nlc$cc_normal_class = 0,
  nlc$cc_priority_class = 1;

TYPE
  nlt$cc_connection_class = 0 .. 0ff(16);
