Package peak.can.basic
Class TPCANChannelInformation
java.lang.Object
peak.can.basic.TPCANChannelInformation
Class storing the channel's information retrieved with parameter TPCANParameter.PCAN_ATTACHED_CHANNELS.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbyteintintvoidsetChannelCondition(int value) voidsetChannelHandle(TPCANHandle handle) voidsetControllerNumber(byte value) voidsetDeviceFeatures(int features) voidsetDeviceId(int id) voidsetDeviceName(String name) voidsetDeviceType(TPCANDevice type) toListString(String listIndent)
-
Constructor Details
-
TPCANChannelInformation
public TPCANChannelInformation()Default constructor
-
-
Method Details
-
getChannelHandle
-
setChannelHandle
-
getDeviceType
-
setDeviceType
-
getControllerNumber
public byte getControllerNumber() -
setControllerNumber
public void setControllerNumber(byte value) -
getDeviceFeatures
public int getDeviceFeatures() -
setDeviceFeatures
public void setDeviceFeatures(int features) -
getDeviceName
-
setDeviceName
-
getDeviceId
public int getDeviceId() -
setDeviceId
public void setDeviceId(int id) -
getChannelCondition
public int getChannelCondition() -
setChannelCondition
public void setChannelCondition(int value) -
toListString
-