Uses of Class
org.apache.plc4x.java.s7.readwrite.COTPParameter
-
Packages that use COTPParameter Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of COTPParameter in org.apache.plc4x.java.s7.readwrite
Subclasses of COTPParameter in org.apache.plc4x.java.s7.readwrite Modifier and Type Class Description classCOTPParameterCalledTsapclassCOTPParameterCallingTsapclassCOTPParameterChecksumclassCOTPParameterDisconnectAdditionalInformationclassCOTPParameterTpduSizeFields in org.apache.plc4x.java.s7.readwrite with type parameters of type COTPParameter Modifier and Type Field Description protected List<COTPParameter>COTPPacket. parametersMethods in org.apache.plc4x.java.s7.readwrite that return COTPParameter Modifier and Type Method Description COTPParameterCOTPParameter.COTPParameterBuilder. build()static 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 COTPParameter Modifier and Type Method Description List<COTPParameter>COTPPacket. getParameters()Method parameters in org.apache.plc4x.java.s7.readwrite with type arguments of type COTPParameter Modifier and Type Method Description COTPPacketCOTPPacket.COTPPacketBuilder. build(List<COTPParameter> parameters, S7Message payload)COTPPacketConnectionRequestCOTPPacketConnectionRequest.COTPPacketConnectionRequestBuilderImpl. build(List<COTPParameter> parameters, S7Message payload)COTPPacketConnectionResponseCOTPPacketConnectionResponse.COTPPacketConnectionResponseBuilderImpl. build(List<COTPParameter> parameters, S7Message payload)COTPPacketDataCOTPPacketData.COTPPacketDataBuilderImpl. build(List<COTPParameter> parameters, S7Message payload)COTPPacketDisconnectRequestCOTPPacketDisconnectRequest.COTPPacketDisconnectRequestBuilderImpl. build(List<COTPParameter> parameters, S7Message payload)COTPPacketDisconnectResponseCOTPPacketDisconnectResponse.COTPPacketDisconnectResponseBuilderImpl. build(List<COTPParameter> parameters, S7Message payload)COTPPacketTpduErrorCOTPPacketTpduError.COTPPacketTpduErrorBuilderImpl. build(List<COTPParameter> parameters, S7Message payload)Constructor parameters in org.apache.plc4x.java.s7.readwrite with type arguments of type COTPParameter Constructor Description COTPPacket(List<COTPParameter> parameters, S7Message payload)COTPPacketConnectionRequest(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass)COTPPacketConnectionResponse(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass)COTPPacketData(List<COTPParameter> parameters, S7Message payload, boolean eot, byte tpduRef)COTPPacketDisconnectRequest(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass)COTPPacketDisconnectResponse(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference)COTPPacketTpduError(List<COTPParameter> parameters, S7Message payload, int destinationReference, short rejectCause)
-