Uses of Class
org.apache.plc4x.java.eip.readwrite.TransportType
-
Packages that use TransportType Package Description org.apache.plc4x.java.eip.readwrite -
-
Uses of TransportType in org.apache.plc4x.java.eip.readwrite
Fields in org.apache.plc4x.java.eip.readwrite declared as TransportType Modifier and Type Field Description protected TransportTypeCipConnectionManagerRequest. transportTypeMethods in org.apache.plc4x.java.eip.readwrite that return TransportType Modifier and Type Method Description TransportTypeCipConnectionManagerRequest. getTransportType()static TransportTypeTransportType. staticParse(ReadBuffer readBuffer)static TransportTypeTransportType. staticParse(ReadBuffer readBuffer, Object... args)Constructors in org.apache.plc4x.java.eip.readwrite with parameters of type TransportType Constructor Description 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)
-