Package | Description |
---|---|
eu.javaexperience.electronic.uartbus.rpc.client |
Modifier and Type | Field and Description |
---|---|
protected LinkedList<UartbusTransaction> |
UartBus.pendingRequests |
Modifier and Type | Method and Description |
---|---|
UartbusTransaction |
UartBus.newTransaction(int to,
byte[] path,
byte[] payloadData,
boolean zeroNamespaceAnswer) |
UartbusTransaction |
UartBus.subscribeResponse(int from,
int to,
byte[] path,
boolean zeroNamespace) |
Modifier and Type | Method and Description |
---|---|
void |
UartBus.addPendingRequest(UartbusTransaction req) |
boolean |
UartBus.revokePendingRequest(UartbusTransaction req) |
Copyright © 2020. All rights reserved.