public class UbDeviceNsLazyImpl extends Object implements UbDeviceNs
Modifier and Type | Field and Description |
---|---|
protected UartBusDevice |
dev |
protected byte[] |
path |
Constructor and Description |
---|
UbDeviceNsLazyImpl(UartBusDevice dev) |
UbDeviceNsLazyImpl(UartBusDevice dev,
byte[] path) |
Modifier and Type | Method and Description |
---|---|
<T extends UbDeviceNs> |
cast(Class<T> dst) |
<T extends UbDeviceNs> |
customNs(Class<T> dst,
short num) |
protected UartBusDevice dev
protected byte[] path
public UbDeviceNsLazyImpl(UartBusDevice dev)
public UbDeviceNsLazyImpl(UartBusDevice dev, byte[] path)
public <T extends UbDeviceNs> T cast(Class<T> dst)
cast
in interface UbDeviceNs
public <T extends UbDeviceNs> T customNs(Class<T> dst, short num)
customNs
in interface UbDeviceNs
Copyright © 2020. All rights reserved.