Class FirmataProtocol
- java.lang.Object
-
- org.apache.plc4x.protocol.firmata.FirmataProtocol
-
- All Implemented Interfaces:
org.apache.plc4x.plugins.codegenerator.protocol.Protocol
public class FirmataProtocol extends Object implements org.apache.plc4x.plugins.codegenerator.protocol.Protocol
-
-
Constructor Summary
Constructors Constructor Description FirmataProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Map<String,org.apache.plc4x.plugins.codegenerator.types.definitions.TypeDefinition>getTypeDefinitions()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.plc4x.plugins.codegenerator.protocol.Protocol
-
getTypeDefinitions
public Map<String,org.apache.plc4x.plugins.codegenerator.types.definitions.TypeDefinition> getTypeDefinitions() throws org.apache.plc4x.plugins.codegenerator.types.exceptions.GenerationException
- Specified by:
getTypeDefinitionsin interfaceorg.apache.plc4x.plugins.codegenerator.protocol.Protocol- Throws:
org.apache.plc4x.plugins.codegenerator.types.exceptions.GenerationException
-
-