commands/rconn/rconn.cif
changeset 0 7f656887cf89
child 70 b06038904ef8
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # rconn.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name rconn
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Enumerate and control network connections.
       
    18 
       
    19 ==see-also
       
    20 
       
    21 L<rsocket|rsocket>, L<rcomm|rcomm>, L<iap|iap>
       
    22 
       
    23 ==argument enum operation optional
       
    24 
       
    25 The operation required. Defaults to C<list>.
       
    26 
       
    27 ==enum-value list
       
    28 
       
    29 List the currently active connections.
       
    30 
       
    31 ==enum-value start
       
    32 
       
    33 Start a new connection.
       
    34 
       
    35 ==enum-value stop
       
    36 
       
    37 Stop an existing connection.
       
    38 
       
    39 ==option uint i iap
       
    40 
       
    41 The Internet Access Provider identifier to use.
       
    42 
       
    43 ==option uint n network
       
    44 
       
    45 The network identifier to use.
       
    46 
       
    47 ==copyright
       
    48 
       
    49 Copyright (c) 2009-2010 Accenture. All rights reserved.
       
    50