
{ In the following definition '_rr_' stands for '_release_request_'.
{ The following are the reason codes sent by the UDP Access Agent to
{ the UDP Access Provider via the Release Socket Request.

  CONST
    nlc$udpaa_rr_user_request = 1,
    nlc$udpaa_rr_protocol_error = 2;

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