public class TPCANChannelInformation
extends java.lang.Object
Constructor and Description |
---|
TPCANChannelInformation()
Default constructor
|
Modifier and Type | Method and 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) |
public TPCANHandle getChannelHandle()
public void setChannelHandle(TPCANHandle handle)
public TPCANDevice getDeviceType()
public void setDeviceType(TPCANDevice type)
public byte getControllerNumber()
public void setControllerNumber(byte value)
public int getDeviceFeatures()
public void setDeviceFeatures(int features)
public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String name)
public int getDeviceId()
public void setDeviceId(int id)
public int getChannelCondition()
public void setChannelCondition(int value)
public java.lang.String toListString(java.lang.String listIndent)