Uses of Class
peak.can.basic.TPCANDevice
-
Packages that use TPCANDevice Package Description peak.can.basic -
-
Uses of TPCANDevice in peak.can.basic
Methods in peak.can.basic that return TPCANDevice Modifier and Type Method Description TPCANDevice
TPCANChannelInformation. getDeviceType()
static TPCANDevice
TPCANDevice. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TPCANDevice[]
TPCANDevice. 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 TPCANDevice Modifier and Type Method Description void
TPCANChannelInformation. setDeviceType(TPCANDevice type)
-