Class TPCANChannelInformation


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

      • TPCANChannelInformation

        public TPCANChannelInformation()
        Default constructor
    • Method Detail

      • getChannelHandle

        public TPCANHandle getChannelHandle()
      • setChannelHandle

        public void setChannelHandle​(TPCANHandle handle)
      • 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 java.lang.String getDeviceName()
      • setDeviceName

        public void setDeviceName​(java.lang.String name)
      • getDeviceId

        public int getDeviceId()
      • setDeviceId

        public void setDeviceId​(int id)
      • getChannelCondition

        public int getChannelCondition()
      • setChannelCondition

        public void setChannelCondition​(int value)
      • toListString

        public java.lang.String toListString​(java.lang.String listIndent)