Class SDODownloadConversation
- java.lang.Object
-
- org.apache.plc4x.java.canopen.api.conversation.canopen.CANOpenConversationBase
-
- org.apache.plc4x.java.canopen.api.conversation.canopen.SDODownloadConversation
-
public class SDODownloadConversation extends CANOpenConversationBase
-
-
Field Summary
-
Fields inherited from class org.apache.plc4x.java.canopen.api.conversation.canopen.CANOpenConversationBase
answerNodeId, delegate, nodeId
-
-
Constructor Summary
Constructors Constructor Description SDODownloadConversation(CANConversation delegate, int nodeId, int answerNodeId, IndexAddress indexAddress, PlcValue value, CANOpenDataType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CompletableFuture<PlcResponseCode> receiver)-
Methods inherited from class org.apache.plc4x.java.canopen.api.conversation.canopen.CANOpenConversationBase
createFrame, decodeFrom, onError, unwrap
-
-
-
-
Constructor Detail
-
SDODownloadConversation
public SDODownloadConversation(CANConversation delegate, int nodeId, int answerNodeId, IndexAddress indexAddress, PlcValue value, CANOpenDataType type)
-
-
Method Detail
-
execute
public void execute(CompletableFuture<PlcResponseCode> receiver)
-
-