Redler Technologies Inc.

MotionCanalystCom Constructor

Constructs a CANalyst connection

Definition

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

Parameters

protocol  MotionComHelperProtocols
The protocol
nodeID  Byte
The unit node ID
hostID  Byte
The host ID
bitrate  Int32
The working bitrate
deviceIndex  Int32
The device index
channelIndex  Int32
The channel index

Exceptions

See Also