8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Services::SoftwareUpdate::Services
19enum class PrepareForUpdateState :
int32
39 PreparedForUpdate = 3,
49ARP_EXPORT std::ostream& operator<<(std::ostream& os, PrepareForUpdateState value);
50ARP_EXPORT std::istream& operator>>(std::istream& is, PrepareForUpdateState& value);
56template<>
struct fmt::formatter<
Arp::Services::SoftwareUpdate::Services::PrepareForUpdateState> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Root namespace for the PLCnext API