Package | Description |
---|---|
org.openlcb.cdi.impl | |
org.openlcb.implementations |
Provides sample implementations for OpenLCB Java interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
DemoReadWriteAccess.doRead(long address,
int space,
int length,
MemoryConfigurationService.McsReadHandler handler) |
void |
ReadWriteAccess.doRead(long address,
int space,
int length,
MemoryConfigurationService.McsReadHandler handler) |
Modifier and Type | Field and Description |
---|---|
(package private) MemoryConfigurationService.McsReadHandler |
MemoryConfigurationService.McsReadMemo.callback |
Modifier and Type | Method and Description |
---|---|
void |
MemoryConfigurationService.requestRead(NodeID dest,
int space,
long address,
int len,
MemoryConfigurationService.McsReadHandler cb) |
void |
FakeMemoryConfigurationService.requestRead(NodeID dest,
int space,
long address,
int len,
MemoryConfigurationService.McsReadHandler cb) |
Constructor and Description |
---|
McsReadMemo(NodeID dest,
int space,
long address,
int len,
MemoryConfigurationService.McsReadHandler cb) |
Copyright © 2022 The OpenLCB Group. All rights reserved.