CAS.CommServer.DataProvider.MODBUSCore Namespace
CAS.CommServer.DataProvider.TextReader Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
N:CAS.Lib.CommonBus.ApplicationLayer.Modbus
CAS.Lib.CommonBus.ApplicationLayer.Modbus Namespace
CAS.Lib.CommonBus.ApplicationLayer.SBUS Namespace
ProcessObserver.DataProviders

ModBus_ProtocolParameters Constructor

Creator

Namespace:  CAS.Lib.CommonBus.ApplicationLayer.Modbus
Assembly:  DataProvider.MODBUSRS (in DataProvider.MODBUSRS.dll)

Syntax


public ModBus_ProtocolParameters(
	uint portSpeed,
	uint TimeoutResponse,
	ushort NumberOfRetries
)
Public Sub New ( _
	portSpeed As UInteger, _
	TimeoutResponse As UInteger, _
	NumberOfRetries As UShort _
)
public:
ModBus_ProtocolParameters(
	unsigned int^ portSpeed, 
	unsigned int^ TimeoutResponse, 
	unsigned short^ NumberOfRetries
)

Parameters

portSpeed
Type: UInt32
Baudrate of the communication line.
TimeoutResponse
Type: UInt32
Maximum response time this station is willing to wait.
NumberOfRetries
Type: UInt16
Maximum number of retries this station will try.