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

GXObisCode() public method

Constructor.
public GXObisCode ( string ln, ObjectType objectType, int index ) : System
ln string
objectType ObjectType
index int
return System
        public GXObisCode(string ln, ObjectType objectType, int index)
            : this(ln, objectType, null)
        {
            AttributeIndex = index;
        }

Same methods

GXObisCode::GXObisCode ( ) : System
GXObisCode::GXObisCode ( string ln, ObjectType objectType, string description ) : System