Gurux.DLMS.TranslatorStandardTags.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, "pdu-size");
        list.Add(Service.Unsupported, "service-unsupported");
        return list;
    }

Same methods

TranslatorStandardTags::GetService ( String value ) : int