Modifier and Type | Method and Description |
---|---|
static UartBus |
UartbusCliTools.cliBusConnect(Map<String,List<String>> cliArgs) |
Modifier and Type | Field and Description |
---|---|
UartBus |
UartbusTransaction.bus |
Modifier and Type | Method and Description |
---|---|
static UartBus |
UartBus.fromConnection(eu.javaexperience.interfaces.simple.SimpleGet<UartbusConnection> gSrv,
Closeable onClose,
int busFromAddress) |
static UartBus |
UartBus.fromConnection(UartbusConnection srv,
boolean closeConnOnClose,
int busFromAddress) |
static UartBus |
UartBus.fromTcp(String ip,
int port,
int fromAddress) |
Modifier and Type | Method and Description |
---|---|
T |
UbRpcNsHandler.create(UartBus bus) |
Constructor and Description |
---|
UartbusTransaction(UartBus bus) |
Modifier and Type | Field and Description |
---|---|
protected UartBus |
UartBusDevice.bus |
Modifier and Type | Method and Description |
---|---|
UartBus |
UartBusDevice.getBus() |
Constructor and Description |
---|
UartBusDevice(UartBus bus,
int address) |
Modifier and Type | Field and Description |
---|---|
protected UartBus |
UartbusServiceBridge.bus |
Modifier and Type | Method and Description |
---|---|
UartBus |
UartbusServiceBridge.getAssociatedBus() |
protected UartBus |
UartbusServiceBridge.getBus() |
Modifier and Type | Method and Description |
---|---|
static UartbusServiceBridge |
UartbusServiceBridge.attachServiceTo(Object service,
UartBus bus,
Integer serviceAddress,
byte... path) |
void |
UartbusServiceBridge.setAssociatedBus(UartBus bus) |
Modifier and Type | Field and Description |
---|---|
protected UartBus |
VirtualUartBus.bus |
Modifier and Type | Method and Description |
---|---|
UartBus |
VirtualUartBus.getBus() |
UartBus |
VirtualUartBus.newBus(int busFrom) |
Copyright © 2020. All rights reserved.