Redler Technologies Inc.

MotionKvaserComcanGetChannels Method

Gets the number of connected Kvaser converters that are connected to the PC

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public static IReadOnlyCollection<int> canGetChannels(
	bool allowVirtualChannels = false
)

Parameters

allowVirtualChannels  Boolean  (Optional)
If true, the virtual channels will be added to the result. Default: false

Return Value

IReadOnlyCollectionInt32
A collection of connected Kvaser channels

See Also