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

SBUS_ProtocolParameters Constructor

Creator

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

Syntax


public SBUS_ProtocolParameters(
	uint portSpeed,
	uint TimeoutResponse,
	ushort NumberOfRetries
)
Public Sub New ( _
	portSpeed As UInteger, _
	TimeoutResponse As UInteger, _
	NumberOfRetries As UShort _
)
public:
SBUS_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.