~manishsinha/lpsharp/proxy-code

« back to all changes in this revision

Viewing changes to LpNet.LpSharp/ClientProxy/BugTarget_hardware_bus.cs

  • Committer: Manish Sinha
  • Date: 2011-03-08 16:34:35 UTC
  • Revision ID: manishsinha.tech@gmail.com-20110308163435-tanqewijjckmjl6h
Remove all the proxy. It is a mess

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//------------------------------------------------------------------------------
2
 
// <auto-generated>
3
 
//     This code was generated by a tool.
4
 
//     Runtime Version: 2.0.50727.1433
5
 
//
6
 
//     Changes to this file may cause incorrect behavior and will be lost if
7
 
//     the code is regenerated.
8
 
// </auto-generated>
9
 
//------------------------------------------------------------------------------
10
 
 
11
 
namespace LpNet.Launchpad.Core
12
 
{
13
 
    using System.Collections.Generic;
14
 
    using System.Reflection;
15
 
    using System.ComponentModel;
16
 
    using System;
17
 
    
18
 
    
19
 
    public enum BugTarget_hardware_bus
20
 
    {
21
 
        
22
 
        [Description("System")]
23
 
        System,
24
 
        
25
 
        [Description("PCI")]
26
 
        PCI,
27
 
        
28
 
        [Description("USB")]
29
 
        USB,
30
 
        
31
 
        [Description("IEEE1394")]
32
 
        IEEE1394,
33
 
        
34
 
        [Description("SCSI")]
35
 
        SCSI,
36
 
        
37
 
        [Description("Parallel Port")]
38
 
        Parallel_Port,
39
 
        
40
 
        [Description("Serial port")]
41
 
        Serial_port,
42
 
        
43
 
        [Description("IDE")]
44
 
        IDE,
45
 
        
46
 
        [Description("ATA")]
47
 
        ATA,
48
 
        
49
 
        [Description("Floppy")]
50
 
        Floppy,
51
 
        
52
 
        [Description("IPI")]
53
 
        IPI,
54
 
        
55
 
        [Description("SATA")]
56
 
        SATA,
57
 
        
58
 
        [Description("SAS")]
59
 
        SAS,
60
 
        
61
 
        [Description("PC Card (32 bit)")]
62
 
        PC_Card_32_bit,
63
 
        
64
 
        [Description("PCMCIA (16 bit)")]
65
 
        PCMCIA_16_bit,
66
 
    }
67
 
}