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;