Uses of Class
org.apache.plc4x.java.opcua.readwrite.ExtensiblePayload
-
Packages that use ExtensiblePayload Package Description org.apache.plc4x.java.opcua.protocol.chunk org.apache.plc4x.java.opcua.readwrite -
-
Uses of ExtensiblePayload in org.apache.plc4x.java.opcua.protocol.chunk
Methods in org.apache.plc4x.java.opcua.protocol.chunk that return ExtensiblePayload Modifier and Type Method Description static ExtensiblePayloadPayloadConverter. toExtensible(BinaryPayload binary)Methods in org.apache.plc4x.java.opcua.protocol.chunk with parameters of type ExtensiblePayload Modifier and Type Method Description static BinaryPayloadPayloadConverter. toBinary(ExtensiblePayload extensible) -
Uses of ExtensiblePayload in org.apache.plc4x.java.opcua.readwrite
Methods in org.apache.plc4x.java.opcua.readwrite that return ExtensiblePayload Modifier and Type Method Description ExtensiblePayloadExtensiblePayload.ExtensiblePayloadBuilderImpl. build(SequenceHeader sequenceHeader)
-