PcanChannelInformation Class

Represents information about a PCAN Channel.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public sealed class PcanChannelInformation
Inheritance
Object    PcanChannelInformation

Properties

ChannelCondition The availability status of the PCAN Channel.
ChannelHandle The handle of the PCAN Channel.
ControllerNumber The CAN controller index represented by this PCAN Channel.
DeviceFeatures The features supported by the device represented by the PCAN Channel.
DeviceID The identification number of the device represented by the PCAN Channel.
DeviceName The name of the device represented by the PCAN Channel.
DeviceType The kind of PCAN device represented by the PCAN Channel.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also