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

GXDLMSTcpUdpSetup() public method

Constructor.
public GXDLMSTcpUdpSetup ( ) : System
return System
        public GXDLMSTcpUdpSetup()
        : base(ObjectType.TcpUdpSetup, "0.0.25.0.0.255", 0)
        {
            Port = 4059;
            InactivityTimeout = 180;
            MaximumSegmentSize = 576;
        }

Same methods

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