Class FirmataTag
- java.lang.Object
-
- org.apache.plc4x.java.firmata.readwrite.tag.FirmataTag
-
- All Implemented Interfaces:
PlcTag
- Direct Known Subclasses:
FirmataTagAnalog,FirmataTagDigital
public abstract class FirmataTag extends Object implements PlcTag
-
-
Field Summary
Fields Modifier and Type Field Description static PatternADDRESS_PATTERN
-
Constructor Summary
Constructors Modifier Constructor Description protectedFirmataTag(int address, Integer quantity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetAddress()intgetNumberOfElements()inthashCode()static FirmataTagof(String tagString)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.api.model.PlcTag
getAddressString, getArrayInfo, getPlcValueType
-
-
-
-
Field Detail
-
ADDRESS_PATTERN
public static final Pattern ADDRESS_PATTERN
-
-
Constructor Detail
-
FirmataTag
protected FirmataTag(int address, Integer quantity)
-
-
Method Detail
-
of
public static FirmataTag of(String tagString)
-
getAddress
public int getAddress()
-
getNumberOfElements
public int getNumberOfElements()
-
-