Modifier and Type | Method and Description |
---|---|
static TPCANParameter[] |
TPCANParameter.customizableParameters()
Returns the list of PCAN Parameters which are customizable as array
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|