ChannelCondition Enumeration

Represents the connectivity condition of a PCAN Channel.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public enum ChannelCondition

Members

ChannelUnavailable0 The PCAN Channel handle i.e. its associated hardware is not available.
ChannelAvailable1 The hardware represented by the PCAN Channel is plugged-in, and valid to connect/initialize.
ChannelOccupied2 The PCAN Channel handle is valid, and is currently being used.
ChannelPCanView3 The PCAN Channel handle is currently being used by a PCAN-View application and is valid to connect.

See Also