Class TPCANChannelInformation

java.lang.Object
peak.can.basic.TPCANChannelInformation

public class TPCANChannelInformation extends Object
Class storing the channel's information retrieved with parameter TPCANParameter.PCAN_ATTACHED_CHANNELS.
  • Constructor Details

    • TPCANChannelInformation

      public TPCANChannelInformation()
      Default constructor
  • Method Details

    • getChannelHandle

      public TPCANHandle getChannelHandle()
    • setChannelHandle

      public void setChannelHandle(TPCANHandle handle)
    • getDeviceType

      public TPCANDevice getDeviceType()
    • setDeviceType

      public void setDeviceType(TPCANDevice type)
    • getControllerNumber

      public byte getControllerNumber()
    • setControllerNumber

      public void setControllerNumber(byte value)
    • getDeviceFeatures

      public int getDeviceFeatures()
    • setDeviceFeatures

      public void setDeviceFeatures(int features)
    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String name)
    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public void setDeviceId(int id)
    • getChannelCondition

      public int getChannelCondition()
    • setChannelCondition

      public void setChannelCondition(int value)
    • toListString

      public String toListString(String listIndent)