Loads the parameters of this generator from a DOM tree structure. Usually, this method is called by ModbusPal when a project is loaded and you don't have to use it directly. This method will only process the attributes of the "generator" Node, and delegate the child nodes to the "loadSettings" method. If your generator has to load paremeters, you have to override the "loadSettings" method, which by default doesn't do anything.
@param genNode the DOM node corresponding to this generator's settings.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.