Gurux.DLMS.Objects.GXDLMSDemandRegister.IsRead C# (CSharp) Method

IsRead() public method

public IsRead ( int index ) : bool
index int
return bool
        public override bool IsRead(int index)
        {
            if (index == 4)
            {
                return this.Unit != Unit.None;
            }
            return base.IsRead(index);
        }