ParameterValueLog Class

Represents values applicable to parameters related to data logging.

Definition

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

Remarks

These values are flags. They can be combined with each other.

Fields

All Represents logging any available information.
Default Represents default information logging, i.e. system exceptions or unknown errors.
FunctionEntries Represents logging of API function entries.
FunctionExits Represents logging of API function exits.
FunctionParameters Represents logging of parameters passed to the API functions.
MessageReading Represents logging of CAN messages received by the PCAN Channel.
MessageWriting Represents logging of CAN messages sent from the PCAN Channel to the CAN bus.

See Also