Uses of Class
peak.can.basic.TPCANBaudrate
-
Packages that use TPCANBaudrate Package Description peak.can.basic -
-
Uses of TPCANBaudrate in peak.can.basic
Methods in peak.can.basic that return TPCANBaudrate Modifier and Type Method Description static TPCANBaudrate
TPCANBaudrate. valueOf(int value)
Returns a TPCANBaudrate matching the corresponding Baud rate codestatic TPCANBaudrate
TPCANBaudrate. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TPCANBaudrate[]
TPCANBaudrate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in peak.can.basic with parameters of type TPCANBaudrate Modifier and Type Method Description TPCANStatus
PCANBasic. Initialize(TPCANHandle Channel, TPCANBaudrate Btr0Btr1, TPCANType HwType, int IOPort, short Interrupt)
Initializes a PCAN Channel
-