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

IGXDLMSBase() private method

private IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : byte[]
settings Gurux.DLMS.GXDLMSSettings
e Gurux.DLMS.ValueEventArgs
return byte[]
    byte[] IGXDLMSBase.Invoke(GXDLMSSettings settings, ValueEventArgs e)
    {
        e.Error = ErrorCode.ReadWriteDenied;
        return null;
    }

Same methods

GXDLMSSFSKPhyMacSetUp::IGXDLMSBase ( ) : int
GXDLMSSFSKPhyMacSetUp::IGXDLMSBase ( ) : int[]
GXDLMSSFSKPhyMacSetUp::IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
GXDLMSSFSKPhyMacSetUp::IGXDLMSBase ( ) : string[]
GXDLMSSFSKPhyMacSetUp::IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void