Class FirmataTagAnalog
- java.lang.Object
-
- org.apache.plc4x.java.firmata.readwrite.tag.FirmataTag
-
- org.apache.plc4x.java.firmata.readwrite.tag.FirmataTagAnalog
-
- All Implemented Interfaces:
PlcTag
public class FirmataTagAnalog extends FirmataTag
-
-
Field Summary
Fields Modifier and Type Field Description static PatternADDRESS_PATTERN
-
Constructor Summary
Constructors Constructor Description FirmataTagAnalog(int address, Integer quantity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressString()List<ArrayInfo>getArrayInfo()PlcValueTypegetPlcValueType()static FirmataTagAnalogof(String addressString)-
Methods inherited from class org.apache.plc4x.java.firmata.readwrite.tag.FirmataTag
equals, getAddress, getNumberOfElements, hashCode, toString
-
-
-
-
Field Detail
-
ADDRESS_PATTERN
public static final Pattern ADDRESS_PATTERN
-
-
Constructor Detail
-
FirmataTagAnalog
public FirmataTagAnalog(int address, Integer quantity)
-
-
Method Detail
-
getAddressString
public String getAddressString()
-
getPlcValueType
public PlcValueType getPlcValueType()
-
of
public static FirmataTagAnalog of(String addressString) throws PlcInvalidTagException
- Throws:
PlcInvalidTagException
-
-