Code inspections
This commit is contained in:
@@ -481,7 +481,7 @@ namespace ASCOM.Meade.net
|
|||||||
return comparison >= 0;
|
return comparison >= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsLongFormat { get; private set; }
|
private bool IsLongFormat { get; set; }
|
||||||
|
|
||||||
public void SetLongFormat(bool setLongFormat)
|
public void SetLongFormat(bool setLongFormat)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region LX200EMC
|
#region LX200EMC
|
||||||
|
// ReSharper disable once InconsistentNaming
|
||||||
public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported!
|
public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported!
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user