Class CANOpenTagHandler
- java.lang.Object
-
- org.apache.plc4x.java.canopen.tag.CANOpenTagHandler
-
- All Implemented Interfaces:
PlcTagHandler
public class CANOpenTagHandler extends Object implements PlcTagHandler
-
-
Constructor Summary
Constructors Constructor Description CANOpenTagHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlcQueryparseQuery(String query)PlcTagparseTag(String tagAddress)
-
-
-
Method Detail
-
parseTag
public PlcTag parseTag(String tagAddress) throws PlcInvalidTagException
- Specified by:
parseTagin interfacePlcTagHandler- Throws:
PlcInvalidTagException
-
parseQuery
public PlcQuery parseQuery(String query)
- Specified by:
parseQueryin interfacePlcTagHandler
-
-