Uses of Enum Class
peak.can.basic.TPCANMessageType
Packages that use TPCANMessageType
-
Uses of TPCANMessageType in peak.can.basic
Subclasses with type arguments of type TPCANMessageType in peak.can.basicMethods in peak.can.basic that return TPCANMessageTypeModifier and TypeMethodDescriptionstatic TPCANMessageTypeReturns the enum constant of this class with the specified name.static TPCANMessageType[]TPCANMessageType.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoidTPCANMsg.setType(TPCANMessageType type) Sets the type of this message.Method parameters in peak.can.basic with type arguments of type TPCANMessageTypeModifier and TypeMethodDescriptionstatic byteTPCANMessageType.getValue(EnumSet<TPCANMessageType> type) Gets the value of an EnumSetvoidTPCANMsg.setType(EnumSet<TPCANMessageType> type) Sets the type of this message.voidTPCANMsgFD.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.