Gurux.DLMS.GXDLMSTranslatorStructure.GXDLMSTranslatorStructure C# (CSharp) Method

GXDLMSTranslatorStructure() public method

Constructor.
public GXDLMSTranslatorStructure ( TranslatorOutputType type, bool numericsAshex, bool hex, string>.SortedList list ) : Gurux.DLMS.Enums
type TranslatorOutputType
numericsAshex bool
hex bool
list string>.SortedList List of tags.
return Gurux.DLMS.Enums
        public GXDLMSTranslatorStructure(TranslatorOutputType type, bool numericsAshex, bool hex, SortedList<int, string> list)
        {
            OutputType = type;
            showNumericsAsHex = numericsAshex;
            ShowStringAsHex = hex;
            tags = list;
        }