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

GetValues() public method

public GetValues ( ) : object[]
return object[]
    public override object[] GetValues()
    {
        return new object[] { LogicalName, new object[] { SystemTitle, MacAddress, LSapSelector } };
    }