Uses of Enum
peak.can.basic.TPCANMessageType
Packages that use TPCANMessageType
-
Uses of TPCANMessageType in peak.can.basic
Methods in peak.can.basic that return TPCANMessageTypeModifier and TypeMethodDescriptionstatic TPCANMessageType
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 TPCANMessageTypeMethods in peak.can.basic with parameters of type TPCANMessageTypeModifier and TypeMethodDescriptionvoid
TPCANMsg.setType
(TPCANMessageType type) Sets the type of this message.Method parameters in peak.can.basic with type arguments of type TPCANMessageTypeModifier and TypeMethodDescriptionstatic byte
TPCANMessageType.getValue
(EnumSet<TPCANMessageType> type) Gets the value of an EnumSetvoid
TPCANMsg.setType
(EnumSet<TPCANMessageType> type) Sets the type of this message.void
TPCANMsgFD.setType
(EnumSet<TPCANMessageType> type) Sets the type of this message.Constructor parameters in peak.can.basic with type arguments of type TPCANMessageTypeModifierConstructorDescriptionTPCANMsg
(int id, EnumSet<TPCANMessageType> type, byte length, byte[] data) Constructs a new message object.TPCANMsgFD
(int id, EnumSet<TPCANMessageType> type, byte dlc, byte[] data) Constructs a new message object.