From 62b969937ad8ba9e1a27da9ac9447643a105e29e Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Fri, 11 Jul 2025 07:05:25 +0100 Subject: [PATCH] - code format update --- dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs b/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs index 38db124c..4530c9ed 100644 --- a/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs +++ b/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs @@ -1264,7 +1264,6 @@ namespace IEC61850 moreFollows = moreFollowsVal; return WrapNativeLogQueryResult(linkedList); - } /// @@ -1725,7 +1724,6 @@ namespace IEC61850 if (error != 0) throw new IedConnectionException("Error uploading file", error); - } [UnmanagedFunctionPointer(CallingConvention.Cdecl)] @@ -2109,7 +2107,6 @@ namespace IEC61850 if (error != 0) throw new IedConnectionException("Failed to create data set", error); - } /// @@ -2544,7 +2541,6 @@ namespace IEC61850 handler(invokeId, handlerParameter, clientError); } - public UInt32 WriteValueAsync(string objectReference, FunctionalConstraint fc, MmsValue value, WriteValueHandler handler, object parameter) { int error;