Uses of Class
org.apache.plc4x.java.canopen.readwrite.CANOpenFrame
-
-
Uses of CANOpenFrame in org.apache.plc4x.java.canopen.api.conversation.canopen
Methods in org.apache.plc4x.java.canopen.api.conversation.canopen that return CANOpenFrame Modifier and Type Method Description protected CANOpenFrameCANOpenConversationBase. createFrame(SDORequest rq)Methods in org.apache.plc4x.java.canopen.api.conversation.canopen that return types with arguments of type CANOpenFrame Modifier and Type Method Description ConversationContext.SendRequestContext<CANOpenFrame>CANConversation. send(CANOpenFrame frame)Methods in org.apache.plc4x.java.canopen.api.conversation.canopen with parameters of type CANOpenFrame Modifier and Type Method Description ConversationContext.SendRequestContext<CANOpenFrame>CANConversation. send(CANOpenFrame frame)voidCANConversation. sendToWire(CANOpenFrame frame) -
Uses of CANOpenFrame in org.apache.plc4x.java.canopen.conversation
Methods in org.apache.plc4x.java.canopen.conversation that return types with arguments of type CANOpenFrame Modifier and Type Method Description ConversationContext.SendRequestContext<CANOpenFrame>CANTransportConversation. send(CANOpenFrame frame)Methods in org.apache.plc4x.java.canopen.conversation with parameters of type CANOpenFrame Modifier and Type Method Description ConversationContext.SendRequestContext<CANOpenFrame>CANTransportConversation. send(CANOpenFrame frame)voidCANTransportConversation. sendToWire(CANOpenFrame frame)Constructor parameters in org.apache.plc4x.java.canopen.conversation with type arguments of type CANOpenFrame Constructor Description CANTransportConversation(int nodeId, ConversationContext<CANOpenFrame> context, int timeout) -
Uses of CANOpenFrame in org.apache.plc4x.java.canopen.listener
Methods in org.apache.plc4x.java.canopen.listener with parameters of type CANOpenFrame Modifier and Type Method Description voidCallback. receive(CANOpenFrame frame)voidCompositeCallback. receive(CANOpenFrame frame) -
Uses of CANOpenFrame in org.apache.plc4x.java.canopen.protocol
Methods in org.apache.plc4x.java.canopen.protocol with parameters of type CANOpenFrame Modifier and Type Method Description voidCANOpenProtocolLogic. decode(ConversationContext<CANOpenFrame> context, CANOpenFrame msg)Method parameters in org.apache.plc4x.java.canopen.protocol with type arguments of type CANOpenFrame Modifier and Type Method Description voidCANOpenProtocolLogic. close(ConversationContext<CANOpenFrame> context)voidCANOpenProtocolLogic. decode(ConversationContext<CANOpenFrame> context, CANOpenFrame msg)voidCANOpenProtocolLogic. onConnect(ConversationContext<CANOpenFrame> context)voidCANOpenProtocolLogic. onDisconnect(ConversationContext<CANOpenFrame> context)voidCANOpenProtocolLogic. setContext(ConversationContext<CANOpenFrame> context) -
Uses of CANOpenFrame in org.apache.plc4x.java.canopen.readwrite
Methods in org.apache.plc4x.java.canopen.readwrite that return CANOpenFrame Modifier and Type Method Description static CANOpenFrameCANOpenFrame. staticParse(ReadBuffer readBuffer)static CANOpenFrameCANOpenFrame. staticParse(ReadBuffer readBuffer, Object... args) -
Uses of CANOpenFrame in org.apache.plc4x.java.canopen.transport
Methods in org.apache.plc4x.java.canopen.transport that return CANOpenFrame Modifier and Type Method Description CANOpenFrameCANOpenFrameDataHandler. fromCAN(FrameData frame)Methods in org.apache.plc4x.java.canopen.transport with parameters of type CANOpenFrame Modifier and Type Method Description MessageCANOpenFrameDataHandler. toCAN(CANOpenFrame frame)
-