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