public static interface MemoryConfigurationService.McsReadHandler extends FailureCallback
Modifier and Type | Method and Description |
---|---|
void |
handleReadData(NodeID dest,
int space,
long address,
byte[] data)
This function will be called upon successful read.
|
handleFailure
void handleReadData(NodeID dest, int space, long address, byte[] data)
dest
- the node ID from which the read happenedspace
- the space number from which the read happenedaddress
- address within the space at where the read happeneddata
- the returned payload. not null, should be at least one byte long (or else
a handleFailure call will be invoked).Copyright © 2021 The OpenLCB Group. All rights reserved.