Gurux.DLMS.Objects.GXDLMSMonitoredValue.Update C# (CSharp) Method

Update() public method

public Update ( GXDLMSObject value, int attributeIndex ) : void
value GXDLMSObject
attributeIndex int
return void
        public void Update(GXDLMSObject value, int attributeIndex)
        {
            ObjectType = value.ObjectType;
            LogicalName = value.LogicalName;
            AttributeIndex = attributeIndex;
        }
GXDLMSMonitoredValue