8#include "Arp/System/Core/Enum.hxx" 
   10namespace Arp { 
namespace System { 
namespace Um { 
namespace Commons
 
   13enum class UmAuthenticationResult
 
   20    PasswordAboutToExpire   = 5,
 
   26ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, UmAuthenticationResult value);
 
   27ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, UmAuthenticationResult& value);
 
   33template<> 
struct fmt::formatter<
Arp::System::Um::Commons::UmAuthenticationResult>: 
public fmt::ostream_formatter {};
 
@ Success
Encoding was successful.
 
Root namespace for the PLCnext API