Gurux.DLMS.Objects.GXDLMSSFSKPhyMacSetUp.GetValues C# (CSharp) Method

GetValues() public method

public GetValues ( ) : object[]
return object[]
    public override object[] GetValues()
    {
        return new object[] { LogicalName, InitiatorElectricalPhase, DeltaElectricalPhase, MaxReceivingGain,
                              MaxTransmittingGain, SearchInitiatorThreshold, new Object[] { MarkFrequency, SpaceFrequency },
                              MacAddress, MacGroupAddresses, Repeater, RepeaterStatus, MinDeltaCredit, InitiatorMacAddress,
                              SynchronizationLocked, TransmissionSpeed
                            };
    }