Uses of Class
org.apache.plc4x.java.s7.readwrite.DeviceGroup
-
Packages that use DeviceGroup Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.utils -
-
Uses of DeviceGroup in org.apache.plc4x.java.s7.readwrite
Methods in org.apache.plc4x.java.s7.readwrite that return DeviceGroup Modifier and Type Method Description static DeviceGroupDeviceGroup. enumForValue(short value)static DeviceGroupDeviceGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceGroup[]DeviceGroup. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeviceGroup in org.apache.plc4x.java.s7.readwrite.utils
Methods in org.apache.plc4x.java.s7.readwrite.utils that return DeviceGroup Modifier and Type Method Description static DeviceGroupS7TsapIdEncoder. decodeDeviceGroup(short tsapId)Methods in org.apache.plc4x.java.s7.readwrite.utils with parameters of type DeviceGroup Modifier and Type Method Description static shortS7TsapIdEncoder. encodeS7TsapId(DeviceGroup deviceGroup, int rack, int slot)
-