Uses of Enum Class
peak.can.basic.TPCANBaudrate
Packages that use TPCANBaudrate
-
Uses of TPCANBaudrate in peak.can.basic
Subclasses with type arguments of type TPCANBaudrate in peak.can.basicModifier and TypeClassDescriptionenumBaud rate codes = BTR0/BTR1 register values for the CAN controller.Methods in peak.can.basic that return TPCANBaudrateModifier and TypeMethodDescriptionstatic TPCANBaudrateTPCANBaudrate.valueOf(int value) Returns a TPCANBaudrate matching the corresponding Baud rate codestatic TPCANBaudrateReturns the enum constant of this class with the specified name.static TPCANBaudrate[]TPCANBaudrate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in peak.can.basic with parameters of type TPCANBaudrateModifier and TypeMethodDescriptionPCANBasic.Initialize(TPCANHandle Channel, TPCANBaudrate Btr0Btr1) Initializes a PCAN ChannelPCANBasic.Initialize(TPCANHandle Channel, TPCANBaudrate Btr0Btr1, TPCANType HwType, int IOPort, short Interrupt) Initializes a PCAN Channel