Gurux.DLMS.TranslatorStandardTags.GetTask C# (CSharp) Method

GetTask() static private method

static private GetTask ( ) : String>.Dictionary
return String>.Dictionary
    static Dictionary<Task, String> GetTask()
    {
        Dictionary<Task, String> list = new Dictionary<Task, String>();
        list.Add(Task.NoRemoteControl, "no-remote-control");
        list.Add(Task.Other, "other");
        list.Add(Task.TiRunning, "ti-running");
        list.Add(Task.TiStopped, "ti-stopped");
        list.Add(Task.TiUnusable, "ti-unusable");
        return list;
    }

Same methods

TranslatorStandardTags::GetTask ( String value ) : int