aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModels/ApplicationFirmwareVersionsViewVM.cs
blob: bb8abf72557d0a4a828debff6e0ebe495c88f9d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-12 13:19:43 +0000
 


an>MachineSetupProgress> Progress;

        /// <summary>
        /// Performs a machine setup using the specified serial number and machine service address.
        /// </summary>
        /// <param name="serialNumber">The serial number.</param>
        /// <returns></returns>
        Task<MachineSetupResult> Setup(String serialNumber);
    }
}