Révision 60882b56 TestBLE/TestBLE/Models/WeightingResponse.cs
TestBLE/TestBLE/Models/WeightingResponse.cs | ||
---|---|---|
22 | 22 |
set { trayType = value; } |
23 | 23 |
} |
24 | 24 |
|
25 |
private int myVar;
|
|
25 |
private int measuredWeight;
|
|
26 | 26 |
|
27 |
public int MyProperty
|
|
27 |
public int MeasuredWeight
|
|
28 | 28 |
{ |
29 |
get { return myVar; }
|
|
30 |
set { myVar = value; }
|
|
29 |
get { return measuredWeight; }
|
|
30 |
set { measuredWeight = value; }
|
|
31 | 31 |
} |
32 | 32 |
|
33 |
private bool isNegative; |
|
33 | 34 |
|
35 |
public bool IsNegative |
|
36 |
{ |
|
37 |
get { return isNegative; } |
|
38 |
set { isNegative = value; } |
|
39 |
} |
|
34 | 40 |
|
41 |
public WeightingResponse(string data) |
|
42 |
{ |
|
43 |
|
|
44 |
} |
|
35 | 45 |
} |
36 | 46 |
} |
Formats disponibles : Unified diff