Changing the recieve timeout to 30 seconds, as a test
This commit is contained in:
@@ -4043,7 +4043,9 @@ namespace ASCOM.Meade.net
|
||||
/// This technique should mean that it is never necessary to manually register a driver with ASCOM.
|
||||
/// </remarks>
|
||||
[ComRegisterFunction]
|
||||
#pragma warning disable IDE0060 // Remove unused parameter
|
||||
public static void RegisterAscom(Type t)
|
||||
#pragma warning restore IDE0060 // Remove unused parameter
|
||||
{
|
||||
RegUnregAscom(true);
|
||||
}
|
||||
@@ -4066,7 +4068,9 @@ namespace ASCOM.Meade.net
|
||||
/// This technique should mean that it is never necessary to manually unregister a driver from ASCOM.
|
||||
/// </remarks>
|
||||
[ComUnregisterFunction]
|
||||
#pragma warning disable IDE0060 // Remove unused parameter
|
||||
public static void UnregisterAscom(Type t)
|
||||
#pragma warning restore IDE0060 // Remove unused parameter
|
||||
{
|
||||
RegUnregAscom(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user