Uses of Enum
peak.can.basic.TPCANStatus
Packages that use TPCANStatus
-
Uses of TPCANStatus in peak.can.basic
Methods in peak.can.basic that return TPCANStatusModifier and TypeMethodDescriptionPCANBasic.FilterMessages
(TPCANHandle Channel, int FromID, int ToID, TPCANMode Mode) Configures the reception filter.PCANBasic.GetErrorText
(TPCANStatus Error, short Language, StringBuffer Buffer) Returns a descriptive text of a given TPCANStatus error code, in any desired language The current languages available for translation are: Neutral (0x00), German (0x07), English (0x09), Spanish (0x0A), Italian (0x10) and French (0x0C)PCANBasic.GetStatus
(TPCANHandle Channel) Gets the current status of a PCAN ChannelPCANBasic.GetValue
(TPCANHandle Channel, TPCANParameter Parameter, Object Buffer, int BufferLength) Retrieves a PCAN Channel value Parameters can be present or not according with the kind of Hardware (PCAN Channel) being used.PCANBasic.Initialize
(TPCANHandle Channel, TPCANBaudrate Btr0Btr1, TPCANType HwType, int IOPort, short Interrupt) Initializes a PCAN ChannelPCANBasic.InitializeFD
(TPCANHandle Channel, TPCANBitrateFD BitrateFD) Initializes a FD capable PCAN ChannelPCANBasic.LookUpChannel
(StringBuffer Parameters, MutableTPCANHandle FoundChannel) Finds a PCAN-Basic channel that matches with the given parametersPCANBasic.Read
(TPCANHandle Channel, TPCANMsg MessageBuffer, TPCANTimestamp TimestampBuffer) Transmits a CAN messagePCANBasic.ReadFD
(TPCANHandle Channel, TPCANMsgFD MessageBuffer, TPCANTimestampFD TimestampBuffer) Reads a CAN message from the receive queue of a FD capable PCAN ChannelPCANBasic.Reset
(TPCANHandle Channel) Resets the receive and transmit queues of the PCAN Channel A reset of the CAN controller is not performed.PCANBasic.ResetRcvEvent
(TPCANHandle Channel) Resets the handle of the Receive-Event for the Channel.PCANBasic.SetRcvEvent
(TPCANHandle Channel) Sets the handle of the Receive-Event for the Channel. static method peak.can.basic.RcvEventDispatcher.dispatchRcvEvent is used to notify each Receive-EventPCANBasic.SetValue
(TPCANHandle Channel, TPCANParameter Parameter, Object Buffer, int BufferLength) Configures or sets a PCAN Channel value Parameters can be present or not according with the kind of Hardware (PCAN Channel) being used.PCANBasic.Uninitialize
(TPCANHandle Channel) Uninitializes one or all PCAN Channels initialized by CAN_Initialize Giving the TPCANHandle value "PCAN_NONEBUS", uninitialize all initialized channelsstatic TPCANStatus
Returns the enum constant of this type with the specified name.static TPCANStatus[]
TPCANStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.PCANBasic.Write
(TPCANHandle Channel, TPCANMsg MessageBuffer) Transmits a CAN messagePCANBasic.WriteFD
(TPCANHandle Channel, TPCANMsgFD MessageBuffer) Transmits a CAN message over a FD capable PCAN ChannelMethods in peak.can.basic with parameters of type TPCANStatusModifier and TypeMethodDescriptionPCANBasic.GetErrorText
(TPCANStatus Error, short Language, StringBuffer Buffer) Returns a descriptive text of a given TPCANStatus error code, in any desired language The current languages available for translation are: Neutral (0x00), German (0x07), English (0x09), Spanish (0x0A), Italian (0x10) and French (0x0C)