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

MBUS_ProtocolParameters Constructor

Initializes a new instance of the MBUS_ProtocolParameters class.

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

Syntax


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

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.
InterframeGapInMiliSeconds
Type: UInt32
The interframe gap in mili seconds.