Class S7TsapIdEncoder
java.lang.Object
org.apache.plc4x.java.s7.readwrite.utils.S7TsapIdEncoder
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceGroupdecodeDeviceGroup(short tsapId) static intdecodeRack(short tsapId) static intdecodeSlot(short tsapId) static shortencodeS7TsapId(DeviceGroup deviceGroup, int rack, int slot)
-
Method Details
-
encodeS7TsapId
-
decodeDeviceGroup
-
decodeRack
public static int decodeRack(short tsapId) -
decodeSlot
public static int decodeSlot(short tsapId)
-