Uses of Class
org.apache.plc4x.java.eip.readwrite.PathSegment
-
Packages that use PathSegment Package Description org.apache.plc4x.java.eip.readwrite -
-
Uses of PathSegment in org.apache.plc4x.java.eip.readwrite
Subclasses of PathSegment in org.apache.plc4x.java.eip.readwrite Modifier and Type Class Description classDataSegmentclassLogicalSegmentclassPortSegmentFields in org.apache.plc4x.java.eip.readwrite declared as PathSegment Modifier and Type Field Description protected PathSegmentCipConnectionManagerCloseRequest. classSegmentprotected PathSegmentCipConnectionManagerRequest. classSegmentprotected PathSegmentCipUnconnectedRequest. classSegmentprotected PathSegmentGetAttributeAllRequest. classSegmentprotected PathSegmentCipConnectionManagerCloseRequest. instanceSegmentprotected PathSegmentCipConnectionManagerRequest. instanceSegmentprotected PathSegmentCipUnconnectedRequest. instanceSegmentprotected PathSegmentGetAttributeAllRequest. instanceSegmentFields in org.apache.plc4x.java.eip.readwrite with type parameters of type PathSegment Modifier and Type Field Description protected List<PathSegment>CipConnectionManagerCloseRequest. connectionPathsprotected List<PathSegment>CipConnectionManagerRequest. connectionPathsMethods in org.apache.plc4x.java.eip.readwrite that return PathSegment Modifier and Type Method Description PathSegmentPathSegment.PathSegmentBuilder. build()PathSegmentCipConnectionManagerCloseRequest. getClassSegment()PathSegmentCipConnectionManagerRequest. getClassSegment()PathSegmentCipUnconnectedRequest. getClassSegment()PathSegmentGetAttributeAllRequest. getClassSegment()PathSegmentCipConnectionManagerCloseRequest. getInstanceSegment()PathSegmentCipConnectionManagerRequest. getInstanceSegment()PathSegmentCipUnconnectedRequest. getInstanceSegment()PathSegmentGetAttributeAllRequest. getInstanceSegment()static PathSegmentPathSegment. staticParse(ReadBuffer readBuffer)static PathSegmentPathSegment. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.eip.readwrite that return types with arguments of type PathSegment Modifier and Type Method Description List<PathSegment>CipConnectionManagerCloseRequest. getConnectionPaths()List<PathSegment>CipConnectionManagerRequest. getConnectionPaths()Constructors in org.apache.plc4x.java.eip.readwrite with parameters of type PathSegment Constructor Description CipConnectionManagerCloseRequest(short requestPathSize, PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short connectionPathSize, List<PathSegment> connectionPaths)CipConnectionManagerCloseRequestBuilderImpl(short requestPathSize, PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short connectionPathSize, List<PathSegment> connectionPaths)CipConnectionManagerRequest(PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, long otConnectionId, long toConnectionId, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short timeoutMultiplier, long otRpi, NetworkConnectionParameters otConnectionParameters, long toRpi, NetworkConnectionParameters toConnectionParameters, TransportType transportType, short connectionPathSize, List<PathSegment> connectionPaths)CipConnectionManagerRequestBuilderImpl(PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, long otConnectionId, long toConnectionId, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short timeoutMultiplier, long otRpi, NetworkConnectionParameters otConnectionParameters, long toRpi, NetworkConnectionParameters toConnectionParameters, TransportType transportType, short connectionPathSize, List<PathSegment> connectionPaths)CipUnconnectedRequest(PathSegment classSegment, PathSegment instanceSegment, CipService unconnectedService, byte backPlane, byte slot)CipUnconnectedRequestBuilderImpl(PathSegment classSegment, PathSegment instanceSegment, CipService unconnectedService, byte backPlane, byte slot)GetAttributeAllRequest(PathSegment classSegment, PathSegment instanceSegment)GetAttributeAllRequestBuilderImpl(PathSegment classSegment, PathSegment instanceSegment)Constructor parameters in org.apache.plc4x.java.eip.readwrite with type arguments of type PathSegment Constructor Description CipConnectionManagerCloseRequest(short requestPathSize, PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short connectionPathSize, List<PathSegment> connectionPaths)CipConnectionManagerCloseRequestBuilderImpl(short requestPathSize, PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short connectionPathSize, List<PathSegment> connectionPaths)CipConnectionManagerRequest(PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, long otConnectionId, long toConnectionId, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short timeoutMultiplier, long otRpi, NetworkConnectionParameters otConnectionParameters, long toRpi, NetworkConnectionParameters toConnectionParameters, TransportType transportType, short connectionPathSize, List<PathSegment> connectionPaths)CipConnectionManagerRequestBuilderImpl(PathSegment classSegment, PathSegment instanceSegment, byte priority, byte tickTime, short timeoutTicks, long otConnectionId, long toConnectionId, int connectionSerialNumber, int originatorVendorId, long originatorSerialNumber, short timeoutMultiplier, long otRpi, NetworkConnectionParameters otConnectionParameters, long toRpi, NetworkConnectionParameters toConnectionParameters, TransportType transportType, short connectionPathSize, List<PathSegment> connectionPaths)
-