Uses of Enum Class
peak.can.basic.TPCANMessageTypeXL
Packages that use TPCANMessageTypeXL
-
Uses of TPCANMessageTypeXL in peak.can.basic
Subclasses with type arguments of type TPCANMessageTypeXL in peak.can.basicModifier and TypeClassDescriptionenumRepresents the type of a PCAN XL messageMethods in peak.can.basic that return TPCANMessageTypeXLModifier and TypeMethodDescriptionstatic TPCANMessageTypeXLReturns the enum constant of this class with the specified name.static TPCANMessageTypeXL[]TPCANMessageTypeXL.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 TPCANMessageTypeXLMethod parameters in peak.can.basic with type arguments of type TPCANMessageTypeXLModifier and TypeMethodDescriptionstatic shortTPCANMsgXL.getLengthFromDLC(EnumSet<TPCANMessageTypeXL> type, short dlc) Gets the length of a message based on a DLC.static shortTPCANMessageTypeXL.getValue(EnumSet<TPCANMessageTypeXL> type) Gets the value of an EnumSetvoidTPCANMsgXL.setType(EnumSet<TPCANMessageTypeXL> type) Sets the type of this message.Constructor parameters in peak.can.basic with type arguments of type TPCANMessageTypeXLModifierConstructorDescriptionTPCANMsgXL(int pid, byte vcid, EnumSet<TPCANMessageTypeXL> msgtype, short dlc, byte sdt, int af, byte rrs, byte sec, byte[] data) Constructs a new message object.