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

12 lines
180 B
C#
Raw Normal View History

2023-02-16 12:57:06 +00:00
namespace InnovEnergy.Lib.Protocols.DBus.Daemon;
public enum RequestNameReply : uint
{
PrimaryOwner = 1,
InQueue = 2,
Exists = 3,
AlreadyOwner = 4,
}