aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoDAOJavaFile.cshtml
blob: 46bd6532c89756ae713dfc5a388dc0641e659d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-27 00:24:58 +0000
 


ss="w"> Tango.Stubs;

public void OnExecute(StubManager stubManager)
{
// Request ----
// Int32 : Amount
// Int32 : Delay

// Response ----
// Double : Progress


//test pump
//Thread.Sleep(5000); //Sleep for 10 milli.
stubManager.Run<ProgressResponse>("ProgressRequest" ,0x3E9, 0x0701);// pump on
//Thread.Sleep(5000); //Sleep for 10 milli.
//stubManager.Run<ProgressResponse>("ProgressRequest" ,0x3E9, 0x0700); // pump off

}