Class KnxNetIpField
java.lang.Object
org.apache.plc4x.java.knxnetip.field.KnxNetIpField
- All Implemented Interfaces:
PlcField
-
Constructor Summary
ConstructorsConstructorDescriptionKnxNetIpField(int levels, String mainGroup, String middleGroup, String subGroup) -
Method Summary
Modifier and TypeMethodDescriptionintstatic booleanbooleanmatchesGroupAddress(GroupAddress groupAddress) static KnxNetIpFieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.api.model.PlcField
getDefaultJavaType, getNumberOfElements
-
Constructor Details
-
KnxNetIpField
-
-
Method Details
-
matches
-
of
-
getLevels
public int getLevels() -
getMainGroup
-
getMiddleGroup
-
getSubGroup
-
getPlcDataType
- Specified by:
getPlcDataTypein interfacePlcField
-
matchesGroupAddress
-