Uses of Class
peak.can.basic.TPCANType
-
Packages that use TPCANType Package Description peak.can.basic -
-
Uses of TPCANType in peak.can.basic
Methods in peak.can.basic that return TPCANType Modifier and Type Method Description static TPCANType
TPCANType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TPCANType[]
TPCANType. 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 TPCANType Modifier and Type Method Description static boolean
TPCANHandle. containsSJA(TPCANHandle handle, TPCANType type)
Verify the provided TPCANHandle contains a SJA1000 controllerTPCANStatus
PCANBasic. Initialize(TPCANHandle Channel, TPCANBaudrate Btr0Btr1, TPCANType HwType, int IOPort, short Interrupt)
Initializes a PCAN Channel
-