Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TPCANHandle.containsSJA(TPCANHandle handle,
TPCANType type)
Verify the provided TPCANHandle contains a SJA1000 controller
|
TPCANStatus |
PCANBasic.Initialize(TPCANHandle Channel,
TPCANBaudrate Btr0Btr1,
TPCANType HwType,
int IOPort,
short Interrupt)
Initializes a PCAN Channel
|