Uses of Class
org.apache.plc4x.java.opcua.readwrite.OpcuaAPU
Packages that use OpcuaAPU
Package
Description
-
Uses of OpcuaAPU in org.apache.plc4x.java.opcua
Methods in org.apache.plc4x.java.opcua that return types with arguments of type OpcuaAPUModifier and TypeMethodDescriptionprotected ProtocolStackConfigurer<OpcuaAPU>OpcuaPlcDriver.getStackConfigurer() -
Uses of OpcuaAPU in org.apache.plc4x.java.opcua.context
Methods in org.apache.plc4x.java.opcua.context that return OpcuaAPUMethods in org.apache.plc4x.java.opcua.context with parameters of type OpcuaAPUMethod parameters in org.apache.plc4x.java.opcua.context with type arguments of type OpcuaAPUModifier and TypeMethodDescriptionvoidSecureChannel.onConnect(ConversationContext<OpcuaAPU> context) voidSecureChannel.onConnectCreateSessionRequest(ConversationContext<OpcuaAPU> context) voidSecureChannel.onConnectOpenSecureChannel(ConversationContext<OpcuaAPU> context, OpcuaAcknowledgeResponse opcuaAcknowledgeResponse) voidSecureChannel.onDisconnect(ConversationContext<OpcuaAPU> context) voidSecureChannel.onDiscover(ConversationContext<OpcuaAPU> context) voidSecureChannel.onDiscoverGetEndpointsRequest(ConversationContext<OpcuaAPU> context, OpcuaOpenResponse opcuaOpenResponse, OpenSecureChannelResponse openSecureChannelResponse) voidSecureChannel.onDiscoverOpenSecureChannel(ConversationContext<OpcuaAPU> context, OpcuaAcknowledgeResponse opcuaAcknowledgeResponse) voidSecureChannel.submit(ConversationContext<OpcuaAPU> context, Consumer<TimeoutException> onTimeout, BiConsumer<OpcuaAPU, Throwable> error, Consumer<byte[]> consumer, WriteBufferByteBased buffer) voidSecureChannel.submit(ConversationContext<OpcuaAPU> context, Consumer<TimeoutException> onTimeout, BiConsumer<OpcuaAPU, Throwable> error, Consumer<byte[]> consumer, WriteBufferByteBased buffer) -
Uses of OpcuaAPU in org.apache.plc4x.java.opcua.protocol
Method parameters in org.apache.plc4x.java.opcua.protocol with type arguments of type OpcuaAPUModifier and TypeMethodDescriptionvoidOpcuaProtocolLogic.close(ConversationContext<OpcuaAPU> context) voidOpcuaProtocolLogic.onConnect(ConversationContext<OpcuaAPU> context) voidOpcuaProtocolLogic.onDisconnect(ConversationContext<OpcuaAPU> context) voidOpcuaProtocolLogic.onDiscover(ConversationContext<OpcuaAPU> context) Constructor parameters in org.apache.plc4x.java.opcua.protocol with type arguments of type OpcuaAPUModifierConstructorDescriptionOpcuaSubscriptionHandle(ConversationContext<OpcuaAPU> context, OpcuaProtocolLogic plcSubscriber, SecureChannel channel, PlcSubscriptionRequest subscriptionRequest, Long subscriptionId, long cycleTime) -
Uses of OpcuaAPU in org.apache.plc4x.java.opcua.readwrite
Methods in org.apache.plc4x.java.opcua.readwrite that return OpcuaAPUModifier and TypeMethodDescriptionstatic OpcuaAPUOpcuaAPU.staticParse(ReadBuffer readBuffer, Boolean response) static OpcuaAPUOpcuaAPU.staticParse(ReadBuffer readBuffer, Object... args)