Uses of Class
peak.can.basic.TPCANMessageType
-
Packages that use TPCANMessageType Package Description peak.can.basic -
-
Uses of TPCANMessageType in peak.can.basic
Methods in peak.can.basic that return TPCANMessageType Modifier and Type Method 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.Methods in peak.can.basic that return types with arguments of type TPCANMessageType Modifier and Type Method Description java.util.EnumSet<TPCANMessageType>
TPCANMsgFD. getTypeEnum()
Gets the type of this message.Methods in peak.can.basic with parameters of type TPCANMessageType Modifier and Type Method Description void
TPCANMsg. setType(TPCANMessageType type)
Sets the type of this message.Method parameters in peak.can.basic with type arguments of type TPCANMessageType Modifier and Type Method Description static byte
TPCANMessageType. getValue(java.util.EnumSet<TPCANMessageType> type)
Gets the value of an EnumSetvoid
TPCANMsg. setType(java.util.EnumSet<TPCANMessageType> type)
Sets the type of this message.void
TPCANMsgFD. setType(java.util.EnumSet<TPCANMessageType> type)
Sets the type of this message.Constructor parameters in peak.can.basic with type arguments of type TPCANMessageType Constructor 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.
-