Uses of Enum
peak.can.basic.TPCANParameter
Packages that use TPCANParameter
-
Uses of TPCANParameter in peak.can.basic
Methods in peak.can.basic that return TPCANParameterModifier and TypeMethodDescriptionstatic TPCANParameter[]
TPCANParameter.customizableParameters()
Returns the list of PCAN Parameters which are customizable as arraystatic TPCANParameter
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 TPCANParameterModifier and TypeMethodDescriptionstatic String
TPCANParameter.getParameterDescription
(TPCANParameter param) Returns a description for the given TPCANParameterPCANBasic.GetValue
(TPCANHandle Channel, TPCANParameter Parameter, 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.PCANBasic.SetValue
(TPCANHandle Channel, TPCANParameter Parameter, 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.