- code format update

v1.6
Michael Zillgith 2 months ago
parent 7e342598c9
commit 62b969937a

@ -1264,7 +1264,6 @@ namespace IEC61850
moreFollows = moreFollowsVal; moreFollows = moreFollowsVal;
return WrapNativeLogQueryResult(linkedList); return WrapNativeLogQueryResult(linkedList);
} }
/// <summary> /// <summary>
@ -1725,7 +1724,6 @@ namespace IEC61850
if (error != 0) if (error != 0)
throw new IedConnectionException("Error uploading file", error); throw new IedConnectionException("Error uploading file", error);
} }
[UnmanagedFunctionPointer(CallingConvention.Cdecl)] [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
@ -2109,7 +2107,6 @@ namespace IEC61850
if (error != 0) if (error != 0)
throw new IedConnectionException("Failed to create data set", error); throw new IedConnectionException("Failed to create data set", error);
} }
/// <summary> /// <summary>
@ -2544,7 +2541,6 @@ namespace IEC61850
handler(invokeId, handlerParameter, clientError); handler(invokeId, handlerParameter, clientError);
} }
public UInt32 WriteValueAsync(string objectReference, FunctionalConstraint fc, MmsValue value, WriteValueHandler handler, object parameter) public UInt32 WriteValueAsync(string objectReference, FunctionalConstraint fc, MmsValue value, WriteValueHandler handler, object parameter)
{ {
int error; int error;

Loading…
Cancel
Save