Modifier and Type | Method and Description |
---|---|
static TPCANBaudrate |
TPCANBaudrate.valueOf(int value)
Returns a TPCANBaudrate matching the corresponding Baud rate code
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
TPCANStatus |
PCANBasic.Initialize(TPCANHandle Channel,
TPCANBaudrate Btr0Btr1,
TPCANType HwType,
int IOPort,
short Interrupt)
Initializes a PCAN Channel
|