PcanParameter Enumeration

Represents a PCAN parameter or a PCAN Value that can be read or set.

Definition

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

Remarks

With some exceptions, a channel must first be initialized before their parameters can be read or set.

Members

DeviceId1 Device identifier parameter. See usage for more information.
Power5Volts2 PCAN "5-volt power" parameter. See usage for more information.
ReceiveEvent3 PCAN receive event handler parameter. See usage for more information.
MessageFilter4 PCAN message filter parameter. See usage for more information.
ApiVersion5 PCAN-Basic API version parameter. See usage for more information.
ChannelVersion6 PCAN device channel version parameter. See usage for more information.
BusOffAutoReset7 PCAN "reset on bus-off" parameter. See usage for more information.
ListenOnly8 PCAN "listen-only" parameter. See usage for more information.
LogLocation9 Directory path for log files. See usage for more information.
LogStatus10 Debug-Log activation status. See usage for more information.
LogConfigure11 Configuration of the debugged information (ParameterValueLog). See usage for more information.
LogText12 Custom insertion of text into the log file. See usage for more information.
ChannelCondition13 Availability status of a PCAN Channel. See usage for more information.
HardwareName14 PCAN "hardware name" parameter. See usage for more information.
ReceiveStatus15 "Receive Status" parameter for incoming messages. See usage for more information.
ControllerNumber16 Zero-based index of a CAN-Controller in a PCAN device. See usage for more information.
TraceLocation17 Directory path for PCAN trace files. See usage for more information.
TraceStatus18 PCAN tracing activation status. See usage for more information.
TraceSize19 Configuration of the maximum file size of a PCAN trace. See usage for more information.
TraceConfigure20 Configuration of the trace file storing modes (ParameterValueTrace). See usage for more information.
ChannelIdentifying21 Physical identification of an USB based PCAN Channel. See usage for more information.
ChannelFeatures22 Capabilities of a PCAN device (PcanDeviceFeatures). See usage for more information.
BitrateAdapting23 Attachment to an existing connection with unknown/different bit rate. See usage for more information.
BitrateInformation24 Current bit rate as BTR0BTR1 value (classic CAN 2.0 A/B). See usage for more information.
BitrateFdInformation25 Current bit rate as FD String value (CAN FD). See usage for more information.
BusSpeedNominal26 Current CAN nominal speed in bits/second. See usage for more information.
BusSpeedData27 Current CAN data speed in bits/second. See usage for more information.
IpAddress28 Remote address as a IPv4 formated string. See usage for more information.
VirtualPcanGatewayStatus29 Running status of the Virtual PCAN-Gateway Service (ServiceStatus). See usage for more information.
AllowStatusFrames30 "Receive Status" parameter for Status frames. See usage for more information.
AllowRtrFrames31 "Receive Status" parameter for RTR frames. See usage for more information.
AllowErrorFrames32 "Receive Status" parameter for Error frames. See usage for more information.
InterframeDelay33 Delay, in microseconds, between sending frames. See usage for more information.
AcceptanceFilter11Bit34 Acceptance filter over code and mask for 11-bit CAN IDs. See usage for more information.
AcceptanceFilter29Bit35 Acceptance filter over code and mask for 29-bit CAN IDs. See usage for more information.
IoDigitalConfiguration36 Activation of digital pins as outputs. See usage for more information.
IoDigitalValue37 Multiple setting of digital pin values. See usage for more information.
IoDigitalSet38 Selective setting of digital pin values to "high". See usage for more information.
IoDigitalClear39 Selective setting of digital pin values to "low". See usage for more information.
IoAnalogValue40 Value reading of a single analog pin. See usage for more information.
FirmwareVersion41 Firmware version of a PCAN device. See usage for more information.
AttachedChannelsCount42 Amount of PCAN channels attached to a system. See usage for more information.
AttachedChannelsInformation43 Information about PCAN channels attached to a system. See usage for more information.
AllowEchoFrames44 "Receive Status" parameter for Echo frames. See usage for more information.
DevicePartNumber45 PEAK's device part number (IPEH number). See usage for more information.
HardResetStatus46 "Activation Status" parameter for the hard reset capability. See usage for more information.
LanChannelDirection47 Communication direction of a PCAN Channel representing a PCAN-LAN interface. See usage for more information.

See Also