ATMLCommonLibrary.model.HardwareInstance2.HardwareInstance2 C# (CSharp) Method

HardwareInstance2() public method

public HardwareInstance2 ( ) : System
return System
        public HardwareInstance2()
        {
            this.powerOnField = new HardwareInstancePowerOn1();
            this.parentComponentField = new HardwareInstance2();
            this.componentsField = new List<SystemInstanceReference>();
            this.calibrationField = new HardwareInstanceCalibration1();
        }
HardwareInstance2