namespace PepperDash.Essentials.Devices.Common.Codec { /// /// Enumeration of eContactMethodDevice values /// public enum eContactMethodDevice { /// /// Unknown contact method /// Unknown = 0, /// /// Mobile contact method /// Mobile, /// /// Other contact method /// Other, /// /// Telephone contact method /// Telephone, /// /// Video contact method /// Video } }