Uses of Class
org.apache.plc4x.java.firmata.readwrite.FirmataMessage
Packages that use FirmataMessage
Package
Description
-
Uses of FirmataMessage in org.apache.plc4x.java.firmata.readwrite
Subclasses of FirmataMessage in org.apache.plc4x.java.firmata.readwriteModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.apache.plc4x.java.firmata.readwrite that return FirmataMessageModifier and TypeMethodDescriptionstatic FirmataMessageFirmataMessage.staticParse(ReadBuffer readBuffer, Boolean response) static FirmataMessageFirmataMessage.staticParse(ReadBuffer readBuffer, Object... args) Methods in org.apache.plc4x.java.firmata.readwrite that return types with arguments of type FirmataMessageModifier and TypeMethodDescriptionprotected ProtocolStackConfigurer<FirmataMessage>FirmataDriver.getStackConfigurer() -
Uses of FirmataMessage in org.apache.plc4x.java.firmata.readwrite.context
Methods in org.apache.plc4x.java.firmata.readwrite.context that return types with arguments of type FirmataMessageModifier and TypeMethodDescriptionFirmataDriverContext.processSubscriptionRequest(PlcSubscriptionRequest subscriptionRequest) FirmataDriverContext.processWriteRequest(PlcWriteRequest writeRequest) -
Uses of FirmataMessage in org.apache.plc4x.java.firmata.readwrite.protocol
Methods in org.apache.plc4x.java.firmata.readwrite.protocol with parameters of type FirmataMessageModifier and TypeMethodDescriptionprotected voidFirmataProtocolLogic.decode(ConversationContext<FirmataMessage> context, FirmataMessage msg) Method parameters in org.apache.plc4x.java.firmata.readwrite.protocol with type arguments of type FirmataMessageModifier and TypeMethodDescriptionvoidFirmataProtocolLogic.close(ConversationContext<FirmataMessage> context) protected voidFirmataProtocolLogic.decode(ConversationContext<FirmataMessage> context, FirmataMessage msg) voidFirmataProtocolLogic.onConnect(ConversationContext<FirmataMessage> context)