Uses of Class
org.apache.plc4x.java.s7.readwrite.COTPParameter
Packages that use COTPParameter
-
Uses of COTPParameter in org.apache.plc4x.java.s7.readwrite
Subclasses of COTPParameter in org.apache.plc4x.java.s7.readwriteModifier and TypeClassDescriptionclassclassclassclassclassFields in org.apache.plc4x.java.s7.readwrite with type parameters of type COTPParameterMethods in org.apache.plc4x.java.s7.readwrite that return COTPParameterModifier and TypeMethodDescriptionstatic COTPParameterCOTPParameter.staticParse(ReadBuffer readBuffer, Object... args) static COTPParameterCOTPParameter.staticParse(ReadBuffer readBuffer, Short rest) Methods in org.apache.plc4x.java.s7.readwrite that return types with arguments of type COTPParameterMethod parameters in org.apache.plc4x.java.s7.readwrite with type arguments of type COTPParameterModifier and TypeMethodDescriptionCOTPPacket.COTPPacketBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketConnectionRequest.COTPPacketConnectionRequestBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketConnectionResponse.COTPPacketConnectionResponseBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketData.COTPPacketDataBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketDisconnectRequest.COTPPacketDisconnectRequestBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketDisconnectResponse.COTPPacketDisconnectResponseBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketTpduError.COTPPacketTpduErrorBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) Constructor parameters in org.apache.plc4x.java.s7.readwrite with type arguments of type COTPParameterModifierConstructorDescriptionCOTPPacket(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketConnectionRequest(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass, Integer cotpLen) COTPPacketConnectionResponse(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass, Integer cotpLen) COTPPacketData(List<COTPParameter> parameters, S7Message payload, boolean eot, short tpduRef, Integer cotpLen) COTPPacketDisconnectRequest(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass, Integer cotpLen) COTPPacketDisconnectResponse(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, Integer cotpLen) COTPPacketTpduError(List<COTPParameter> parameters, S7Message payload, int destinationReference, short rejectCause, Integer cotpLen)