Uses of Class
peak.can.basic.TPCANParameter
-
Packages that use TPCANParameter Package Description peak.can.basic -
-
Uses of TPCANParameter in peak.can.basic
Methods in peak.can.basic that return TPCANParameter Modifier and Type Method Description static TPCANParameter[]
TPCANParameter. customizableParameters()
Returns the list of PCAN Parameters which are customizable as arraystatic 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 Modifier and Type Method Description static java.lang.String
TPCANParameter. getParameterDescription(TPCANParameter param)
Returns a description for the given TPCANParameterTPCANStatus
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.
-