Uses of Class
peak.can.basic.TPCANType

Packages that use TPCANType
peak.can   
peak.can.basic   
 

Uses of TPCANType in peak.can
 

Methods in peak.can that return TPCANType
 TPCANType ChannelItem.getType()
          Gets the PCAN Hardware Type (for Non-PNP devices only)
 

Methods in peak.can with parameters of type TPCANType
 void ChannelItem.setType(TPCANType type)
          Sets the PCAN Hardware Type (for Non-PNP devices only)
 

Constructors in peak.can with parameters of type TPCANType
ChannelItem(TPCANHandle tPCANHandle, TPCANType tPCANType)
          Constructor
 

Uses of TPCANType in peak.can.basic
 

Methods in peak.can.basic that return TPCANType
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
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