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

GXDLMSLimiter() public method

Constructor.
public GXDLMSLimiter ( ) : System
return System
        public GXDLMSLimiter()
        : base(ObjectType.Limiter)
        {
            EmergencyProfile = new GXDLMSEmergencyProfile();
            ActionOverThreshold = new GXDLMSActionItem();
            ActionUnderThreshold = new GXDLMSActionItem();
        }

Same methods

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