{
{    The purpose of this request is to propose that a Channel Connection (CC)
{ to a specified address in the specified CDCNET device(s) be opened.  This
{ request will cause a "connect request" event to be delivered at the
{ destination address of the device(s) specified.  The peer user may accept the
{ proposed connection by sending a "connect confirm" or may reject it via a
{ "disconnect".
{
{ NOTE:  If multiple devices are specified, only the first "connect confirm"
{        will be accepted, with all other outstanding requests being terminated.
{        (i.e., the user of the Channel Connection service will only be able to
{        establish one connection per request)
{
{       NLP$CC_REQUEST_CONNECTION (CL_CONNECTION, DEVICE_AND_DATA_LIST,
{             DESTINATION_ADDRESS, CONNECTION_CLASS, STATUS)
{
{ CL_CONNECTION: (input)  This parameter specifies the interlayer connection to be
{       associated with the proposed Channel Connection.
{
{ DEVICE_AND_DATA_LIST: (input)  This parameter specifes a list of network
{       device(s) and the associated connect data. The connect request which
{       includes the connect data is sent to each specified device.
{
{ DESTINATION_ADDRESS: (input)  This parameter specifies the address within the
{       specified network device(s) to which the connection is to be made.
{
{ CONNECTION_CLASS: (input)  This parameter specifies the proposed connection
{       class for the connection.  The actual connection class selected for
{       this connection will be determined by the peer user and will be
{       communicated back to the user as part of the "connect confirm" event.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             nae$destination_not_reachable
{             nae$max_data_length_exceeded
{             nae$resources_unavailable
{       IDENTIFIER: 'NA'
{
