Gurux.DLMS.GXDLMSConverter.GetDescription C# (CSharp) Method

GetDescription() public method

Get OBIS code description.
public GetDescription ( String logicalName, ObjectType type ) : String[]
logicalName String Logical name (OBIS code).
type ObjectType Object type.
return String[]
        public String[] GetDescription(String logicalName,
                ObjectType type)
        {
            return GetDescription(logicalName, type, null);
        }

Same methods

GXDLMSConverter::GetDescription ( String logicalName ) : String[]
GXDLMSConverter::GetDescription ( String logicalName, ObjectType type, String description ) : String[]
GXDLMSConverter::GetDescription ( String logicalName, String description ) : String[]