Redler Technologies Inc.

MotionKvaserCom Constructor

Constructor for the kvaser object

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public MotionKvaserCom(
	MotionComHelperProtocols protocol,
	byte nodeID,
	byte hostID,
	int bitrate,
	int deviceIndex
)

Parameters

protocol  MotionComHelperProtocols
The desired protocol
nodeID  Byte
The node ID
hostID  Byte
The host ID
bitrate  Int32
The bitrate
deviceIndex  Int32
The device index

Exceptions

ArgumentExceptionThrown when one of the arguments is not valid

See Also