FieldTalk™ Modbus Master .NET Library

MbusTcpMasterProtocol Class

MODBUS/TCP Master Protocol class

For a list of all members of this type, see MbusTcpMasterProtocol Members.

System.Object
   FieldTalk.MbusMasterFunctions
      FieldTalk.MbusTcpMasterProtocol
         FieldTalk.MbusRtuOverTcpMasterProtocol

[Visual Basic]
Public Class MbusTcpMasterProtocol
    Inherits MbusMasterFunctions
[C#]
public class MbusTcpMasterProtocol : MbusMasterFunctions

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class realises the MODBUS/TCP master protocol. It provides functions to establish and to close a TCP/IP connection to the slave as well as data and control functions which can be used after a connection to a slave device has been established successfully. The data and control functions are organized different conformance classes.

It is possible to instantiate multiple instances of this class for establishing multiple connections to either the same or different hosts.

Requirements

Namespace: FieldTalk

Assembly: mbusmaster.net (in mbusmaster.net.dll)

See Also

MbusTcpMasterProtocol Members | FieldTalk Namespace | MbusRtuOverTcpMasterProtocol