Package peak.can.basic
Class TPCANChannelInformation
- java.lang.Object
-
- peak.can.basic.TPCANChannelInformation
-
public class TPCANChannelInformation extends java.lang.Object
Class storing the channel's information retrieved with parameter TPCANParameter.PCAN_ATTACHED_CHANNELS.
-
-
Constructor Summary
Constructors Constructor Description TPCANChannelInformation()
Default constructor
-
Method Summary
Modifier and Type Method Description int
getChannelCondition()
TPCANHandle
getChannelHandle()
byte
getControllerNumber()
int
getDeviceFeatures()
int
getDeviceId()
java.lang.String
getDeviceName()
TPCANDevice
getDeviceType()
void
setChannelCondition(int value)
void
setChannelHandle(TPCANHandle handle)
void
setControllerNumber(byte value)
void
setDeviceFeatures(int features)
void
setDeviceId(int id)
void
setDeviceName(java.lang.String name)
void
setDeviceType(TPCANDevice type)
java.lang.String
toListString(java.lang.String listIndent)
-
-
-
Method Detail
-
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 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)
-
-