Gurux.DLMS.Objects.GXDLMSHdlcSetup.GetValues C# (CSharp) Метод

GetValues() публичный Метод

public GetValues ( ) : object[]
Результат object[]
        public override object[] GetValues()
        {
            return new object[] { LogicalName, CommunicationSpeed,
                              WindowSizeTransmit, WindowSizeReceive,
                              MaximumInfoLengthTransmit, MaximumInfoLengthReceive,
                              InterCharachterTimeout, InactivityTimeout, DeviceAddress
                            };
        }