Innovenergy_trunk/csharp/Lib/Protocols/DBus/Daemon/ReleaseNameReply.cs

8 lines
152 B
C#
Raw Normal View History

2023-02-16 12:57:06 +00:00
namespace InnovEnergy.Lib.Protocols.DBus.Daemon;
public enum ReleaseNameReply : uint
{
Released = 1,
NonExistent = 2,
NotOwner = 3,
}