Class S7SzlTag
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.tag.S7SzlTag
-
-
Constructor Summary
Constructors Constructor Description S7SzlTag(int szlId, int index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressString()List<ArrayInfo>getArrayInfo()intgetIndex()PlcValueTypegetPlcValueType()intgetSzlId()static booleanmatches(String tagString)static S7SzlTagof(String tagString)
-
-
-
Method Detail
-
getAddressString
public String getAddressString()
- Specified by:
getAddressStringin interfacePlcTag
-
getPlcValueType
public PlcValueType getPlcValueType()
- Specified by:
getPlcValueTypein interfacePlcTag
-
getArrayInfo
public List<ArrayInfo> getArrayInfo()
- Specified by:
getArrayInfoin interfacePlcTag
-
getSzlId
public int getSzlId()
-
getIndex
public int getIndex()
-
matches
public static boolean matches(String tagString)
-
-