core/builtins/driver.cif
changeset 0 7f656887cf89
child 75 3c3961c1ae26
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # driver.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 driver
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Loads, frees or list currently loaded device drivers.
       
    18 
       
    19 ==argument enum operation
       
    20 
       
    21 The required operation.
       
    22 
       
    23 ==enum-value load
       
    24 
       
    25 Load the specified driver.
       
    26 
       
    27 ==enum-value free
       
    28 
       
    29 Free (or unload) the specified driver. Note, has no effect if the driver is still in use.
       
    30 
       
    31 ==enum-value list
       
    32 
       
    33 Lists the currently loads drivers of the specified type.
       
    34 
       
    35 ==argument enum type
       
    36 
       
    37 The driver type.
       
    38 
       
    39 ==enum-value logical
       
    40 
       
    41 ==enum-value physical
       
    42 
       
    43 ==argument string name optional
       
    44 
       
    45 The driver name, e.g. C<ECOMM>. Need not be specified for the C<list> operation.
       
    46 
       
    47 ==copyright
       
    48 
       
    49 Copyright (c) 2006-2010 Accenture. All rights reserved.
       
    50