Gurux.DLMS.Objects.GXDLMSAutoAnswer.GXDLMSAutoAnswer C# (CSharp) Method

GXDLMSAutoAnswer() public method

Constructor.
public GXDLMSAutoAnswer ( ) : System
return System
        public GXDLMSAutoAnswer()
        : base(ObjectType.AutoAnswer, "0.0.2.2.0.255", 0)
        {
            ListeningWindow = new List<KeyValuePair<GXDateTime, GXDateTime>>();
        }

Same methods

GXDLMSAutoAnswer::GXDLMSAutoAnswer ( string ln ) : System
GXDLMSAutoAnswer::GXDLMSAutoAnswer ( string ln, ushort sn ) : System