namespace InnovEnergy.Lib.Protocols.DBus.Daemon; public enum RequestNameReply : uint { PrimaryOwner = 1, InQueue = 2, Exists = 3, AlreadyOwner = 4, }