FieldTalk Modbus® Slave Library
C++ Editions
FOCUS Software Engineering

Main Page | Modules | Class Hierarchy | Class List | Class Members | Related Pages

Deprecated List

Member startupServer (int slaveAddr, const char *const portName, long baudRate, int dataBits, int stopBits, int parity)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr, const char *const portName, long baudRate)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member MbusAsciiSlaveProtocol (MbusDataTableInterface *dataTablePtr)
This function is deprecated. The preferred way of assigning a dataTable is using the default constructor and configuring data table and slave address using addDataTable method.

Member MbusRtuSlaveProtocol (MbusDataTableInterface *dataTablePtr)
This function is deprecated. The preferred way of assigning a dataTable is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr, const char *const portName, long baudRate, int dataBits, int stopBits, int parity)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member MbusTcpSlaveProtocol (MbusDataTableInterface *dataTablePtr)
This function is deprecated. The preferred way of assigning a dataTable is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr, const char *const hostName)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.