Gurux.DLMS.ManufacturerSettings.GXObisCode.GXObisCode C# (CSharp) Method

GXObisCode() public method

Constructor.
public GXObisCode ( string ln, ObjectType objectType, string description ) : System
ln string
objectType ObjectType
description string
return System
        public GXObisCode(string ln, ObjectType objectType, string description) : this()
        {
            LogicalName = ln;
            ObjectType = objectType;
            Description = description;
        }

Same methods

GXObisCode::GXObisCode ( ) : System
GXObisCode::GXObisCode ( string ln, ObjectType objectType, int index ) : System