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

GetDataType() public method

public GetDataType ( DataType type ) : String
type DataType
return String
        public String GetDataType(DataType type)
        {
            return tags[GXDLMS.DATA_TYPE_OFFSET + (int)type];
        }