FieldTalk™ Modbus Master .NET Library

MbusRtuOverTcpMasterProtocol Class

MODBUS/Encapsulated RTU (RTU emulated on TCP) Master Protocol class

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

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

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

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 encapsulated (emulated) RTU over 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.

Using multiple instances of a MbusRtuOverTcpMasterProtocol class enables concurrent protocol transfers using multiple TCP/IP sessions (They should be executed in separate threads).

Requirements

Namespace: FieldTalk

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

See Also

MbusRtuOverTcpMasterProtocol Members | FieldTalk Namespace