<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Methods ModbusServer</title><link>https://sourceforge.net/p/easymodbustcp-udp-java/wiki/Methods%2520ModbusServer/</link><description>Recent changes to Methods ModbusServer</description><atom:link href="https://sourceforge.net/p/easymodbustcp-udp-java/wiki/Methods%20ModbusServer/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 27 Nov 2016 07:13:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/easymodbustcp-udp-java/wiki/Methods%20ModbusServer/feed" rel="self" type="application/rss+xml"/><item><title>Methods ModbusServer modified by Stefan</title><link>https://sourceforge.net/p/easymodbustcp-udp-java/wiki/Methods%2520ModbusServer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-**Package: ModbusServer**
+**Package: de.re.easymodbus.server**
 **Class: ModbusServer**

 **void Listen() throws IOException**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan</dc:creator><pubDate>Sun, 27 Nov 2016 07:13:07 -0000</pubDate><guid>https://sourceforge.netd3a79b576b05d37e1617fa9b7170786ea710768b</guid></item><item><title>Methods ModbusServer modified by Stefan</title><link>https://sourceforge.net/p/easymodbustcp-udp-java/wiki/Methods%2520ModbusServer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,110 @@
-**public void Listen() throws IOException**
+**Package: ModbusServer**
+**Class: ModbusServer**
+
+**void Listen() throws IOException**

 Method opens port and starts listening for incomming requests from client.

+**void StopListening()**
+
+Stops Server
+
+**void setPort(int port)**
+
+Sets Server Port
+
+**void setFunctionCode1Disabled(boolean functionCode1Disabled)**
+
+Disables Function Code 1 (Read Coils)
+
+**void setFunctionCode2Disabled(boolean functionCode2Disabled)**
+
+Disables Function Code 2 (Read Discrete Inputs)
+
+**void setFunctionCode3Disabled(boolean functionCode3Disabled)**
+
+Disables Function Code 3 (Read Holding Registers)
+
+**void setFunctionCode4Disabled(boolean functionCode4Disabled)**
+
+Disables Function Code 4 (Read Input Registers)
+
+**void setFunctionCode5Disabled(boolean functionCode5Disabled)**
+
+Disables Function Code 5 (Write Single Coil)
+
+**void setFunctionCode6Disabled(boolean functionCode6Disabled)**
+
+Disables Function Code 6 (Write Single Register)
+
+**void setFunctionCode15Disabled(boolean functionCode15Disabled)**
+
+Disables Function Code 15 (Write MultipleCoils)
+
+**void setFunctionCode16Disabled(boolean functionCode16Disabled)**
+
+Disables Function Code 16 (Write Multiple Registers)
+
+**int getPort()**
+
+Gets Server Port
+
+**boolean getFunctionCode1Disabled()**
+
+Returns Function Code 1 disabled (Read Coils)
+
+**boolean getFunctionCode2Disabled()**
+
+Returns Function Code 2 disabled (Read Discrete Inputs)
+
+**boolean getFunctionCode3Disabled()**
+
+Returns Function Code 3 disabled (Read Holding Registers)
+
+**boolean getFunctionCode4Disabled()**
+
+Returns Function Code 4 disabled (Read Input Registers)
+
+**boolean getFunctionCode5Disabled()**
+
+Returns Function Code 5 disabled (Write single cois)
+
+**boolean getFunctionCode6Disabled()**
+
+Returns Function Code 6 disabled (Write single Register)
+
+**boolean getFunctionCode15Disabled()**
+
+Returns Function Code 15 disabled (Write Multiple Coils)
+
+**boolean getFunctionCode16Disabled()**
+
+Returns Function Code 16 disabled (Write Multiple Registers)
+
+**int getNumberOfConnectedClients()**
+
+Returns Number of connected Clients to Server
+
+**boolean getServerRunning()**
+
+Returns if the Server is active
+
+**ModbusProtocoll[] getLogData()**
+
+Returns Log Data (Only for Advanced Operation)
+
+**void setNotifyCoilsChanged(ICoilsChangedDelegator value)**
+
+Gets notified if Coils has changed
+
+**void setNotifyHoldingRegistersChanged(IHoldingRegistersChangedDelegator value)**
+
+Gets notified if Holding Registers has changed
+
+**void setNotifyNumberOfConnectedClientsChanged(INumberOfConnectedClientsChangedDelegator value)**
+
+Gets notifies if Number of connected clients has been changed
+
+**void setNotifyLogDataChanged(ILogDataChangedDelegator value)**
+
+Gets notofied if Log data has been chenged
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan</dc:creator><pubDate>Sun, 03 Jul 2016 08:54:03 -0000</pubDate><guid>https://sourceforge.net2eadc73fab6419430cb0bcd0278db9f74f820289</guid></item><item><title>Methods ModbusServer modified by Stefan</title><link>https://sourceforge.net/p/easymodbustcp-udp-java/wiki/Methods%2520ModbusServer/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;public void Listen() throws IOException&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Method opens port and starts listening for incomming requests from client.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan</dc:creator><pubDate>Sun, 03 Jul 2016 08:25:43 -0000</pubDate><guid>https://sourceforge.netf597b02e8f5f0ad69b237208a41292b04e535550</guid></item></channel></rss>