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

GetApplicationReference() static private method

static private GetApplicationReference ( ) : String>.Dictionary
return String>.Dictionary
        static Dictionary<ApplicationReference, String> GetApplicationReference()
        {
            Dictionary<ApplicationReference, String> list =
                    new Dictionary<ApplicationReference, String>();
            list.Add(ApplicationReference.ApplicationContextUnsupported,
                    "ApplicationContextUnsupported");
            list.Add(ApplicationReference.ApplicationReferenceInvalid,
                    "ApplicationReferenceInvalid");
            list.Add(ApplicationReference.ApplicationUnreachable,
                    "ApplicationUnreachable");
            list.Add(ApplicationReference.DecipheringError, "DecipheringError");
            list.Add(ApplicationReference.Other, "Other");
            list.Add(ApplicationReference.ProviderCommunicationError,
                    "ProviderCommunicationError");
            list.Add(ApplicationReference.TimeElapsed, "TimeElapsed");
            return list;
        }

Same methods

TranslatorSimpleTags::GetApplicationReference ( String value ) : int