Class FirmataProtocol
java.lang.Object
org.apache.plc4x.protocol.firmata.FirmataProtocol
- All Implemented Interfaces:
ProtocolHelpers,org.apache.plc4x.plugins.codegenerator.protocol.Protocol
public class FirmataProtocol
extends Object
implements org.apache.plc4x.plugins.codegenerator.protocol.Protocol, ProtocolHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()org.apache.plc4x.plugins.codegenerator.protocol.TypeContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.plc4x.plugins.codegenerator.protocol.Protocol
getVersionMethods inherited from interface org.apache.plc4x.plugins.codegenerator.language.mspec.protocol.ProtocolHelpers
getMspecStream, getMspecStream, getPackageName, getSanitizedName
-
Constructor Details
-
FirmataProtocol
public FirmataProtocol()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.plc4x.plugins.codegenerator.protocol.Protocol
-
getTypeContext
public org.apache.plc4x.plugins.codegenerator.protocol.TypeContext getTypeContext() throws org.apache.plc4x.plugins.codegenerator.types.exceptions.GenerationException- Specified by:
getTypeContextin interfaceorg.apache.plc4x.plugins.codegenerator.protocol.Protocol- Throws:
org.apache.plc4x.plugins.codegenerator.types.exceptions.GenerationException
-