Modifier and Type | Method and Description |
---|---|
static TPCANMessageType |
TPCANMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TPCANMessageType[] |
TPCANMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<TPCANMessageType> |
TPCANMsgFD.getTypeEnum()
Gets the type of this message.
|
Modifier and Type | Method and Description |
---|---|
void |
TPCANMsg.setType(TPCANMessageType type)
Sets the type of this message.
|
Modifier and Type | Method and Description |
---|---|
static byte |
TPCANMessageType.getValue(java.util.EnumSet<TPCANMessageType> type)
Gets the value of an EnumSet
|
void |
TPCANMsgFD.setType(java.util.EnumSet<TPCANMessageType> type)
Sets the type of this message.
|
void |
TPCANMsg.setType(java.util.EnumSet<TPCANMessageType> type)
Sets the type of this message.
|
Constructor and Description |
---|
TPCANMsg(int id,
java.util.EnumSet<TPCANMessageType> type,
byte length,
byte[] data)
Constructs a new message object.
|
TPCANMsgFD(int id,
java.util.EnumSet<TPCANMessageType> type,
byte dlc,
byte[] data)
Constructs a new message object.
|