Menu

#810 DeviceProxy.write_attribute_asynch javadoc misses return tag

open
Ingvord
Java API
5
2016-08-08
2016-08-08
Ingvord
No

No description for return value:

/**

     * Asynchronous write_attribute.
     *
     * @param attr Attribute value (name, writing value...)
     */
    // ==========================================================================
    public int write_attribute_asynch(DeviceAttribute attr) throws DevFailed {
        return deviceProxyDAO.write_attribute_asynch(this, attr);
    }

Discussion


Log in to post a comment.