Skip to content

Commit

Permalink
Update and rename STATUS_CODE.cs to STATUS.cs
Browse files Browse the repository at this point in the history
Although the previous commit says to use "STATUS CODE" due to the language used in the wiki - the primary package uses "Status".
There is no right or wrong. Here I think that using "Status" works for the primary .NET package because the .NET convention is not to use "Flags" or "Enum" in the name - "Code" is similar - it is a type, not a number.

[no ci]

Signed-off-by: timyhac <[email protected]>
  • Loading branch information
timyhac authored Jul 18, 2024
1 parent 41aa6ba commit ab31959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace libplctag.NativeImport
/// Most functions return a status code.
/// It will be one of these.
/// </summary>
public enum STATUS_CODE
public enum STATUS
{
/// <summary>
/// Operation in progress. Not an error.
Expand Down

0 comments on commit ab31959

Please sign in to comment.