Uses of Enum Class
peak.can.basic.TPCANHandle
Packages that use TPCANHandle
-
Uses of TPCANHandle in peak.can.basic
Subclasses with type arguments of type TPCANHandle in peak.can.basicFields in peak.can.basic declared as TPCANHandleMethods in peak.can.basic that return TPCANHandleModifier and TypeMethodDescriptionTPCANChannelInformation.getChannelHandle()MutableTPCANHandle.getValue()Gets TPCANHandle valuestatic TPCANHandleReturns the enum constant of this class with the specified name.static TPCANHandle[]TPCANHandle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in peak.can.basic with parameters of type TPCANHandleModifier and TypeMethodDescriptionstatic voidRcvEventDispatcher.dispatchRcvEvent(TPCANHandle channel) This static public method will call from JNI to process the Receive-Event by the listenerPCANBasic.FilterMessages(TPCANHandle Channel, int FromID, int ToID, TPCANMode Mode) Configures the reception filter.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) Initializes a PCAN ChannelPCANBasic.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.InitializeXL(TPCANHandle Channel, TPCANBitrateXL BitrateXL) Initializes a XL capable PCAN Channelstatic booleanTPCANHandle.isPCANUSBHardware(TPCANHandle handle) Verify the provided TPCANHandle is an USB DevicevoidIRcvEventProcessor.processRcvEvent(TPCANHandle channel) This method is called by the RcvEventDispatcher to process the CAN Receive-Event by the current implementorPCANBasic.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.ReadXL(TPCANHandle Channel, TPCANMsgXL MessageBuffer, TPCANTimestampXL TimestampBuffer) Reads a CAN message from the receive queue of a XL 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.voidTPCANChannelInformation.setChannelHandle(TPCANHandle handle) 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-EventvoidMutableTPCANHandle.setValue(TPCANHandle value) Sets TPCANHandle valuePCANBasic.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 channelsPCANBasic.Write(TPCANHandle Channel, TPCANMsg MessageBuffer) Transmits a CAN messagePCANBasic.WriteFD(TPCANHandle Channel, TPCANMsgFD MessageBuffer) Transmits a CAN message over a FD capable PCAN ChannelPCANBasic.WriteXL(TPCANHandle Channel, TPCANMsgXL MessageBuffer) Transmits a CAN message over a XL capable PCAN ChannelConstructors in peak.can.basic with parameters of type TPCANHandle