ParameterValueLookUp Class

Represents values applicable to parameters related to the LookUpChannel method.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public static class LookUp
Inheritance
Object    ParameterValueLookUp

Remarks

The field values represent the name of the parameters to use within the search string of the LookUpChannel method.

Use the GetCriteriaString to get the criteria string with the desired parameters.

Methods

GetCriteriaString Builds and retrieves a string to be used as search criteria with the ParameterValueLookUp method.

Fields

ControllerNumber Search parameter representing a CAN controller value.
DeviceId Search parameter representing a device ID value.
DeviceType Search parameter representing a PcanDevice value.
IpAddress Search parameter representing an IP address value.

See Also