Gurux.DLMS.Objects.GXDLMSHdlcSetup.GetValues C# (CSharp) Méthode

GetValues() public méthode

public GetValues ( ) : object[]
Résultat object[]
        public override object[] GetValues()
        {
            return new object[] { LogicalName, CommunicationSpeed,
                              WindowSizeTransmit, WindowSizeReceive,
                              MaximumInfoLengthTransmit, MaximumInfoLengthReceive,
                              InterCharachterTimeout, InactivityTimeout, DeviceAddress
                            };
        }