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 TypeMethodDescriptionint
byte
int
int
void
setChannelCondition
(int value) void
setChannelHandle
(TPCANHandle handle) void
setControllerNumber
(byte value) void
setDeviceFeatures
(int features) void
setDeviceId
(int id) void
setDeviceName
(String name) void
setDeviceType
(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
-