Gurux.DLMS.TranslatorSimpleTags.GetService C# (CSharp) Method

GetService() static private method

static private GetService ( ) : String>.Dictionary
return String>.Dictionary
        static Dictionary<Service, String> GetService()
        {
            Dictionary<Service, String> list = new Dictionary<Service, String>();
            list.Add(Service.Other, "Other");
            list.Add(Service.PduSize, "PduSize");
            list.Add(Service.Unsupported, "ServiceUnsupported");
            return list;
        }

Same methods

TranslatorSimpleTags::GetService ( String value ) : int