Redler Technologies Inc.

MotionKvaserComSetDriverBootBaudrateAsync Method

Assuming that the driver is in BL mode. Setting the BL baudrate.

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override Task<bool> SetDriverBootBaudrateAsync(
	uint bootBaudrate
)

Parameters

bootBaudrate  UInt32

[Missing <param name="bootBaudrate"/> documentation for "M:Redler.Motion.Communication.MotionCom.MotionKvaserCom.SetDriverBootBaudrateAsync(System.UInt32)"]

Return Value

TaskBoolean
if the baudrate is correctly set. otherwise

Implements

IMotionComSetDriverBootBaudrateAsync(UInt32)

See Also