@Immutable @ThreadSafe public abstract static class MemoryConfigurationService.McsWriteStreamMemo extends Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
address |
(package private) NodeID |
dest |
(package private) int |
space |
(package private) int |
srcStreamId |
Constructor and Description |
---|
McsWriteStreamMemo(NodeID dest,
int space,
long address,
int srcStreamId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
abstract void |
handleFailure(String where,
int errorCode)
Called when the write stream command is rejected by the destination node.
|
abstract void |
handleSuccess()
Called if the write stream command is accepted by the destination node.
|
int |
hashCode() |
String |
toString() |
final long address
final int space
final NodeID dest
final int srcStreamId
public McsWriteStreamMemo(NodeID dest, int space, long address, int srcStreamId)
public abstract void handleSuccess()
public abstract void handleFailure(String where, int errorCode)
where
- describes which part of the protocol caused the failureerrorCode
- non-zero for error replyCopyright © 2025 The OpenLCB Group. All rights reserved.