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_CommonProtocolParameters Constructor

Creator

Namespace:  CAS.CommServer.DataProvider.MODBUSCore
Assembly:  DataProvider.MODBUSCore (in DataProvider.MODBUSCore.dll)

Syntax


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

Parameters

portSpeed
Type: UInt32
Baud rate 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.