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

IsRead() public method

public IsRead ( int index ) : bool
index int
return bool
        public override bool IsRead(int index)
        {
            if (index == 3)
            {
                return Unit != 0;
            }
            return base.IsRead(index);
        }