Uses of Class
peak.can.basic.TPCANParameter

Packages that use TPCANParameter
peak.can.basic   
 

Uses of TPCANParameter in peak.can.basic
 

Methods in peak.can.basic that return TPCANParameter
static TPCANParameter TPCANParameter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TPCANParameter[] TPCANParameter.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 TPCANParameter
static java.lang.String TPCANParameter.getParameterDescription(TPCANParameter param)
          Returns a description for the given TPCANParameter
 TPCANStatus PCANBasic.GetValue(TPCANHandle Channel, TPCANParameter Parameter, java.lang.Object Buffer, int BufferLength)
          Retrieves a PCAN Channel value Parameters can be present or not according with the kind of Hardware (PCAN Channel) being used.
 TPCANStatus PCANBasic.SetValue(TPCANHandle Channel, TPCANParameter Parameter, java.lang.Object Buffer, int BufferLength)
          Configures or sets a PCAN Channel value Parameters can be present or not according with the kind of Hardware (PCAN Channel) being used.