Class KnxNetIpField

java.lang.Object
org.apache.plc4x.java.knxnetip.field.KnxNetIpField
All Implemented Interfaces:
PlcField

public class KnxNetIpField extends Object implements PlcField
  • Constructor Details

    • KnxNetIpField

      public KnxNetIpField(int levels, String mainGroup, String middleGroup, String subGroup)
  • Method Details

    • matches

      public static boolean matches(String fieldString)
    • of

      public static KnxNetIpField of(String fieldString)
    • getLevels

      public int getLevels()
    • getMainGroup

      public String getMainGroup()
    • getMiddleGroup

      public String getMiddleGroup()
    • getSubGroup

      public String getSubGroup()
    • getPlcDataType

      public String getPlcDataType()
      Specified by:
      getPlcDataType in interface PlcField
    • matchesGroupAddress

      public boolean matchesGroupAddress(GroupAddress groupAddress)