enum class ESOMsg : uint32
{
k_ ESOMsg_ Create = 21,
k_ ESOMsg_ Update = 22,
k_ ESOMsg_ Destroy = 23,
k_ ESOMsg_ CacheSubscribed = 24,
k_ ESOMsg_ CacheUnsubscribed = 25,
k_ ESOMsg_ UpdateMultiple = 26,
k_ ESOMsg_ CacheSubscriptionRefresh = 28,
k_ ESOMsg_ CacheSubscribedUpToDate = 29,
};