Class SocketCANProtocol
- java.lang.Object
-
- org.apache.plc4x.protocol.socketcan.SocketCANProtocol
-
- All Implemented Interfaces:
ProtocolHelpers,org.apache.plc4x.plugins.codegenerator.protocol.Protocol
public class SocketCANProtocol extends Object implements org.apache.plc4x.plugins.codegenerator.protocol.Protocol, ProtocolHelpers
-
-
Constructor Summary
Constructors Constructor Description SocketCANProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetPackageName()org.apache.plc4x.plugins.codegenerator.protocol.TypeContextgetTypeContext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.plugins.codegenerator.protocol.Protocol
getVersion
-
Methods inherited from interface org.apache.plc4x.plugins.codegenerator.language.mspec.protocol.ProtocolHelpers
getMspecStream, getMspecStream, getSanitizedName
-
-
-
-
Method Detail
-
getName
public String 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
-
getPackageName
public String getPackageName()
- Specified by:
getPackageNamein interfaceProtocolHelpers
-
-